aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterpreference.h')
-rw-r--r--linden/indra/newview/llfloaterpreference.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterpreference.h b/linden/indra/newview/llfloaterpreference.h
index 4db42a7..939a4a4 100644
--- a/linden/indra/newview/llfloaterpreference.h
+++ b/linden/indra/newview/llfloaterpreference.h
@@ -54,6 +54,7 @@ class LLPrefsChat;
54class LLPrefsVoice; 54class LLPrefsVoice;
55class LLPrefsIM; 55class LLPrefsIM;
56class LLPanelMsgs; 56class LLPanelMsgs;
57class LLPanelSkins;
57class LLScrollListCtrl; 58class LLScrollListCtrl;
58 59
59class LLPreferenceCore 60class LLPreferenceCore
@@ -81,6 +82,7 @@ public:
81private: 82private:
82 LLTabContainer *mTabContainer; 83 LLTabContainer *mTabContainer;
83 LLPanelGeneral *mGeneralPanel; 84 LLPanelGeneral *mGeneralPanel;
85 LLPanelSkins *mSkinsPanel;
84 LLPanelInput *mInputPanel; 86 LLPanelInput *mInputPanel;
85 LLPanelNetwork *mNetworkPanel; 87 LLPanelNetwork *mNetworkPanel;
86 LLPanelDisplay *mDisplayPanel; 88 LLPanelDisplay *mDisplayPanel;