diff options
Diffstat (limited to 'linden/indra/newview/llchatbar.h')
-rw-r--r-- | linden/indra/newview/llchatbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llchatbar.h b/linden/indra/newview/llchatbar.h index fd3b339..cfb5015 100644 --- a/linden/indra/newview/llchatbar.h +++ b/linden/indra/newview/llchatbar.h | |||
@@ -53,7 +53,7 @@ public: | |||
53 | ~LLChatBar(); | 53 | ~LLChatBar(); |
54 | virtual BOOL postBuild(); | 54 | virtual BOOL postBuild(); |
55 | 55 | ||
56 | virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); | 56 | virtual BOOL handleKeyHere(KEY key, MASK mask); |
57 | 57 | ||
58 | void refresh(); | 58 | void refresh(); |
59 | void refreshGestures(); | 59 | void refreshGestures(); |
@@ -90,7 +90,7 @@ public: | |||
90 | 90 | ||
91 | static void onCommitGesture(LLUICtrl* ctrl, void* data); | 91 | static void onCommitGesture(LLUICtrl* ctrl, void* data); |
92 | 92 | ||
93 | static void startChat(void*); | 93 | static void startChat(const char* line); |
94 | static void stopChat(); | 94 | static void stopChat(); |
95 | 95 | ||
96 | protected: | 96 | protected: |