summaryrefslogtreecommitdiff
path: root/indra/newview/llcallfloater.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-12-01 19:42:42 +0200
committerMike Antipov <mantipov@productengine.com>2009-12-01 19:42:42 +0200
commit279942b7bf78483fb8b2866e79782cc7e1cf260e (patch)
tree37207c34b358626b19aee9f5ffb282bd07d27a76 /indra/newview/llcallfloater.h
parentdd262a7a3682c80d67908ab4b8f31660699e85e9 (diff)
Fixed critical bug EXT-2990 (Viewer crashes after openning "Voice Control" on IM floater)
-- added disconnecting from subscribed signals while destroying participant list -- added disconnecting from subscribed signals while destroying Voice controls -- added nullifying of the pointer to speaker manager when channel is changed --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r--indra/newview/llcallfloater.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h
index 8a440873ff..3112b8e81b 100644
--- a/indra/newview/llcallfloater.h
+++ b/indra/newview/llcallfloater.h
@@ -90,6 +90,8 @@ private:
LLParticipantList* mPaticipants;
LLAvatarList* mAvatarList;
EVoiceControls mVoiceType;
+
+ boost::signals2::connection mChannelChangedConnection;
};