diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-26 14:01:10 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-26 14:01:10 +0200 |
commit | 28f17cb8f6840aef0b7c2f8b3b7168466550aa64 (patch) | |
tree | 323ba928486446252e0d0fecb503efeb16842fe3 /indra | |
parent | 93920daf63e73720be4a6e815cfdfae4cfbe212e (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- init member for context menu in Participant List to avoid deleting of uninitialized pointer
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index bbcfb6b576..a5440c3687 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -51,6 +51,7 @@ LLParticipantList::LLParticipantList(LLSpeakerMgr* data_source, LLAvatarList* av mSpeakerMgr(data_source), mAvatarList(avatar_list), mSortOrder(E_SORT_BY_NAME) +, mParticipantListMenu(NULL) { mSpeakerAddListener = new SpeakerAddListener(*this); mSpeakerRemoveListener = new SpeakerRemoveListener(*this); |