summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-09-24 20:59:34 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-09-24 20:59:34 +0300
commitb28cb6843cdfedbd059ae3961cb528339127fbfd (patch)
treea4dfae5d2a2b2ac95eedd37acc898194f47f715b /indra
parentf9e0831ba04f99335bfb494a22435446dc0852de (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.h2
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);