aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfirstuse.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/llfirstuse.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 'linden/indra/newview/llfirstuse.h')
-rw-r--r--linden/indra/newview/llfirstuse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfirstuse.h b/linden/indra/newview/llfirstuse.h
index 176ca2d..cde6b59 100644
--- a/linden/indra/newview/llfirstuse.h
+++ b/linden/indra/newview/llfirstuse.h
@@ -79,7 +79,7 @@ class LLFirstUse
79{ 79{
80public: 80public:
81 // Add a config variable to be reset on resetFirstUse() 81 // Add a config variable to be reset on resetFirstUse()
82 static void addConfigVariable(const LLString& var); 82 static void addConfigVariable(const std::string& var);
83 83
84 // Sets all controls back to show the dialogs. 84 // Sets all controls back to show the dialogs.
85 static void disableFirstUse(); 85 static void disableFirstUse();
@@ -107,7 +107,7 @@ public:
107 static void useMedia(); 107 static void useMedia();
108 108
109protected: 109protected:
110 static std::set<LLString> sConfigVariables; 110 static std::set<std::string> sConfigVariables;
111}; 111};
112 112
113#endif 113#endif