diff options
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h index b0dcd04..79f2f2c 100644 --- a/linden/indra/newview/llfloaterland.h +++ b/linden/indra/newview/llfloaterland.h | |||
@@ -288,7 +288,7 @@ protected: | |||
288 | BOOL mFirstReply; | 288 | BOOL mFirstReply; |
289 | 289 | ||
290 | uuid_list_t mSelectedOwners; | 290 | uuid_list_t mSelectedOwners; |
291 | LLString mSelectedName; | 291 | std::string mSelectedName; |
292 | S32 mSelectedCount; | 292 | S32 mSelectedCount; |
293 | BOOL mSelectedIsGroup; | 293 | BOOL mSelectedIsGroup; |
294 | 294 | ||