aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-09-26 21:38:18 -0500
committerJacek Antonelli2009-09-26 21:38:18 -0500
commit785c90febf1c456b1121c02cdb3ee118524e49a5 (patch)
treee199078859e2dfe31ff5ab01452a00c00daa76a9 /linden/indra/newview/llchatbar.h
parentFixed ChangeLog typo: SVC-2491 -> SVC-2941 (diff)
parentAdded missing FloaterAnimationListRect to settings.xml (diff)
downloadmeta-impy-785c90febf1c456b1121c02cdb3ee118524e49a5.zip
meta-impy-785c90febf1c456b1121c02cdb3ee118524e49a5.tar.gz
meta-impy-785c90febf1c456b1121c02cdb3ee118524e49a5.tar.bz2
meta-impy-785c90febf1c456b1121c02cdb3ee118524e49a5.tar.xz
Merge remote branch 'mccabe/1.2.0-next' into next
Diffstat (limited to 'linden/indra/newview/llchatbar.h')
-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;