summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2009-12-03 15:52:48 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2009-12-03 15:52:48 +0200
commitec48cc1a40fc189de379ca3dd198e3b96395ce33 (patch)
treebd6fbcbdc138a152aa62ac9891f7432611c7b45e /indra/newview/llimview.h
parent8157e8989102f1585fb13f6ad3822fbb7a4720c6 (diff)
No ticket. Fixed using LLVoiceChannel::setStateChangedCallback() in IM Panel and IM View.
- Added disconnecting signal in destructor. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h
index 66f92c83a5..8a0f57deb0 100644
--- a/indra/newview/llimview.h
+++ b/indra/newview/llimview.h
@@ -72,6 +72,9 @@ public:
LLUUID mOtherParticipantID;
std::vector<LLUUID> mInitialTargetIDs;
+ // connection to voice channel state change signal
+ boost::signals2::connection mVoiceChannelStateChangeConnection;
+
//does NOT include system messages
S32 mNumUnread;