diff options
Diffstat (limited to 'indra/newview/llnearbychat.h')
-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); |