From b28cb6843cdfedbd059ae3961cb528339127fbfd Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Mon, 24 Sep 2012 20:59:34 +0300 Subject: 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 --- indra/newview/llnearbychat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3