aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llfloaterpreference.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterpreference.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterpreference.h b/linden/indra/newview/llfloaterpreference.h
index db77ebd..a4c43fc 100644
--- a/linden/indra/newview/llfloaterpreference.h
+++ b/linden/indra/newview/llfloaterpreference.h
@@ -43,6 +43,7 @@
43 43
44class LLPanelGeneral; 44class LLPanelGeneral;
45class LLPanelInput; 45class LLPanelInput;
46class LLPanelLCD;
46class LLPanelDisplay; 47class LLPanelDisplay;
47class LLPanelDisplay2; 48class LLPanelDisplay2;
48class LLPanelDisplay3; 49class LLPanelDisplay3;
@@ -89,8 +90,9 @@ private:
89 LLPrefsChat *mPrefsChat; 90 LLPrefsChat *mPrefsChat;
90 LLPrefsVoice *mPrefsVoice; 91 LLPrefsVoice *mPrefsVoice;
91 LLPrefsIM *mPrefsIM; 92 LLPrefsIM *mPrefsIM;
92 LLPanelMsgs *mMsgPanel;
93 LLPanelWeb *mWebPanel; 93 LLPanelWeb *mWebPanel;
94 LLPanelMsgs *mMsgPanel;
95 LLPanelLCD *mLCDPanel;
94}; 96};
95 97
96// Floater to control preferences (display, audio, bandwidth, general. 98// Floater to control preferences (display, audio, bandwidth, general.