diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-09-24 20:59:34 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-09-24 20:59:34 +0300 |
commit | b28cb6843cdfedbd059ae3961cb528339127fbfd (patch) | |
tree | a4dfae5d2a2b2ac95eedd37acc898194f47f715b /indra | |
parent | f9e0831ba04f99335bfb494a22435446dc0852de (diff) |
CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat window when opening from a toast:
fix for visual studio and XCode
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llnearbychat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index da1b58e326..3987212e4c 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -46,7 +46,7 @@ class LLNearbyChat public: // constructor for inline chat-bars (e.g. hosted in chat history window) LLNearbyChat(const LLSD& key = LLSD(LLUUID())); - ~LLNearbyChat() {}; + ~LLNearbyChat() {} /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); |