diff options
Diffstat (limited to 'indra/newview/llchatbar.h')
-rw-r--r-- | indra/newview/llchatbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llchatbar.h b/indra/newview/llchatbar.h index 93421da34f..e0e324af6b 100644 --- a/indra/newview/llchatbar.h +++ b/indra/newview/llchatbar.h @@ -45,6 +45,9 @@ class LLFrameTimer; class LLChatBarGestureObserver; class LLComboBox; +// legacy calllback glue +void send_chat_from_viewer(const std::string& utf8_out_text, EChatType type, S32 channel); + class LLChatBar : public LLPanel { |