diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-27 16:11:04 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-27 16:11:04 +0300 |
commit | 3385a6398951bc94b3dc5da6224e285d85e606ab (patch) | |
tree | 6df82be34df2bf61c9ade5a24bba14ba0256a99d /indra/newview/llnearbychat.h | |
parent | 0eda1f9a4d909870b15c6d7243e47838540598e8 (diff) |
CHUI-162 FIXED Opening a nearby chat when text entered
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r-- | indra/newview/llnearbychat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index db367f0b59..61404df942 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -65,6 +65,7 @@ public: static LLNearbyChat* getInstance(); void addToHost(); + void show(); /** @param archive true - to save a message to the chat history log */ void addMessage (const LLChat& message,bool archive = true, const LLSD &args = LLSD()); |