diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llchatbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.h b/linden/indra/newview/llchatbar.h index 53ac233..96961ae 100644 --- a/linden/indra/newview/llchatbar.h +++ b/linden/indra/newview/llchatbar.h | |||
@@ -43,6 +43,7 @@ class LLUUID; | |||
43 | class LLFrameTimer; | 43 | class LLFrameTimer; |
44 | class LLChatBarGestureObserver; | 44 | class LLChatBarGestureObserver; |
45 | class LLComboBox; | 45 | class LLComboBox; |
46 | class LLSpinCtrl; | ||
46 | 47 | ||
47 | class LLChatBar | 48 | class LLChatBar |
48 | : public LLPanel | 49 | : public LLPanel |
@@ -113,7 +114,8 @@ protected: | |||
113 | LLChatBarGestureObserver* mObserver; | 114 | LLChatBarGestureObserver* mObserver; |
114 | 115 | ||
115 | private: | 116 | private: |
116 | BOOL mChannelControl; | 117 | BOOL mChanCtrlEnabled; |
118 | LLSpinCtrl* mChannelControl; | ||
117 | }; | 119 | }; |
118 | 120 | ||
119 | extern LLChatBar *gChatBar; | 121 | extern LLChatBar *gChatBar; |