diff options
author | Christian Goetze <cg@lindenlab.com> | 2007-10-17 22:09:27 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2007-10-17 22:09:27 +0000 |
commit | aa8b0cbe690eef9ed4fb7f6f9e8cc75a0a073d76 (patch) | |
tree | 38f24f3ca670cdf3bb232b7bd9b134d606037614 /indra/newview/llfloaterpreference.h | |
parent | 788c18c00db8dabdbcdc0ab1af2cf35c24eec8e9 (diff) |
QAR-25 svn merge -r71797:71803 svn+ssh://svn/svn/linden/branches/logitech_lcd_4
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index db77ebd6af..a4c43fc8d6 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -43,6 +43,7 @@ class LLPanelGeneral; class LLPanelInput; +class LLPanelLCD; class LLPanelDisplay; class LLPanelDisplay2; class LLPanelDisplay3; @@ -89,8 +90,9 @@ private: LLPrefsChat *mPrefsChat; LLPrefsVoice *mPrefsVoice; LLPrefsIM *mPrefsIM; - LLPanelMsgs *mMsgPanel; LLPanelWeb *mWebPanel; + LLPanelMsgs *mMsgPanel; + LLPanelLCD *mLCDPanel; }; // Floater to control preferences (display, audio, bandwidth, general. |