diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-15 21:28:38 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-15 21:28:38 +0200 |
commit | 01bdfb3ecb88ce71078494274a8d7835d181c50e (patch) | |
tree | 9067cd1b8c99b40ca89e018bc498d13896a0f1d9 /indra/newview/llfloaterimnearbychat.h | |
parent | f8b51f40289255ce38f65830f5bb0f29def3b757 (diff) |
CHUI-591 FIXED Issues with resizing conversations floater
Diffstat (limited to 'indra/newview/llfloaterimnearbychat.h')
-rw-r--r-- | indra/newview/llfloaterimnearbychat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterimnearbychat.h b/indra/newview/llfloaterimnearbychat.h index a38824dc78..f4213eda5a 100644 --- a/indra/newview/llfloaterimnearbychat.h +++ b/indra/newview/llfloaterimnearbychat.h @@ -83,8 +83,8 @@ public: protected: static BOOL matchChatTypeTrigger(const std::string& in_str, std::string* out_str); - static void onChatBoxKeystroke(LLTextEditor* caller, void* userdata); - static void onChatBoxFocusLost(LLFocusableElement* caller, void* userdata); + void onChatBoxKeystroke(); + void onChatBoxFocusLost(); void onChatBoxFocusReceived(); void sendChat( EChatType type ); |