diff options
author | McCabe Maxsted | 2009-09-25 21:12:46 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-25 21:12:46 -0700 |
commit | 3d4e223fd343d1b436f0dacdce969e548ecb4e79 (patch) | |
tree | a3b908817680a2bea3e6082f5eb3d31c39199be7 /linden/indra/newview/llchatbar.h | |
parent | Fixed chat channel control value not updating when Return key pressed (diff) | |
download | meta-impy-3d4e223fd343d1b436f0dacdce969e548ecb4e79.zip meta-impy-3d4e223fd343d1b436f0dacdce969e548ecb4e79.tar.gz meta-impy-3d4e223fd343d1b436f0dacdce969e548ecb4e79.tar.bz2 meta-impy-3d4e223fd343d1b436f0dacdce969e548ecb4e79.tar.xz |
Cleaned up channel control code in llchatbar.cpp some
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; |