aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertopobjects.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llfloatertopobjects.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-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