diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-28 12:09:48 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-28 12:09:48 +0100 | 
| commit | 14e03b56fc363d83004d0c0ae5d79a9bedf68eae (patch) | |
| tree | 9e79399aa1731cdf47f22909817e7d45f5f03c73 /indra/newview | |
| parent | b3f758785dd0ee165276c0ac97e1823e44536cc8 (diff) | |
CID-480
Checker: UNINIT_CTOR
Function: LLVivoxVoiceClient::participantState::participantState(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llvoicevivox.cpp
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llvoicevivox.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index f90d46bc9c..c6c155f0f0 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -4088,7 +4088,9 @@ LLVivoxVoiceClient::participantState::participantState(const std::string &uri) :  	 mLastSpokeTimestamp(0.f),   	 mPower(0.f),   	 mVolume(LLVoiceClient::VOLUME_DEFAULT),  +	 mUserVolume(0),  	 mOnMuteList(false),  +	 mVolumeSet(false),  	 mVolumeDirty(false),   	 mAvatarIDValid(false),  	 mIsSelf(false) | 
