aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-25 21:12:46 -0700
committerMcCabe Maxsted2009-09-25 21:12:46 -0700
commit3d4e223fd343d1b436f0dacdce969e548ecb4e79 (patch)
treea3b908817680a2bea3e6082f5eb3d31c39199be7 /linden/indra/newview/llchatbar.h
parentFixed chat channel control value not updating when Return key pressed (diff)
downloadmeta-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.h4
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;
43class LLFrameTimer; 43class LLFrameTimer;
44class LLChatBarGestureObserver; 44class LLChatBarGestureObserver;
45class LLComboBox; 45class LLComboBox;
46class LLSpinCtrl;
46 47
47class LLChatBar 48class LLChatBar
48: public LLPanel 49: public LLPanel
@@ -113,7 +114,8 @@ protected:
113 LLChatBarGestureObserver* mObserver; 114 LLChatBarGestureObserver* mObserver;
114 115
115private: 116private:
116 BOOL mChannelControl; 117 BOOL mChanCtrlEnabled;
118 LLSpinCtrl* mChannelControl;
117}; 119};
118 120
119extern LLChatBar *gChatBar; 121extern LLChatBar *gChatBar;