aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertopobjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertopobjects.h')
-rw-r--r--linden/indra/newview/llfloatertopobjects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatertopobjects.h b/linden/indra/newview/llfloatertopobjects.h
index 18d68cd..fcc91f2 100644
--- a/linden/indra/newview/llfloatertopobjects.h
+++ b/linden/indra/newview/llfloatertopobjects.h
@@ -84,14 +84,14 @@ private:
84 void showBeacon(); 84 void showBeacon();
85 85
86private: 86private:
87 LLString mMethod; 87 std::string mMethod;
88 88
89 LLSD mObjectListData; 89 LLSD mObjectListData;
90 std::vector<LLUUID> mObjectListIDs; 90 std::vector<LLUUID> mObjectListIDs;
91 91
92 U32 mCurrentMode; 92 U32 mCurrentMode;
93 U32 mFlags; 93 U32 mFlags;
94 LLString mFilter; 94 std::string mFilter;
95 95
96 BOOL mInitialized; 96 BOOL mInitialized;
97 97