aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewercontrol.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewercontrol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h
index 4be4313..d9a2682 100644
--- a/linden/indra/newview/llviewercontrol.h
+++ b/linden/indra/newview/llviewercontrol.h
@@ -46,6 +46,7 @@ public:
46 static void show(void*); 46 static void show(void*);
47 static void onSettingSelect(LLUICtrl* ctrl, void* user_data); 47 static void onSettingSelect(LLUICtrl* ctrl, void* user_data);
48 static void onCommitSettings(LLUICtrl* ctrl, void* user_data); 48 static void onCommitSettings(LLUICtrl* ctrl, void* user_data);
49 static void onClickDefault(void* user_data);
49 50
50protected: 51protected:
51 static LLFloaterSettingsDebug* sInstance; 52 static LLFloaterSettingsDebug* sInstance;
@@ -54,6 +55,7 @@ protected:
54 55
55//setting variables are declared in this function 56//setting variables are declared in this function
56void declare_settings(); 57void declare_settings();
58void settings_version_fixup();
57 59
58// saved at end of session 60// saved at end of session
59extern LLControlGroup gSavedSettings; 61extern LLControlGroup gSavedSettings;