aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfirstuse.h
diff options
context:
space:
mode:
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