diff options
author | Oz Linden <oz@lindenlab.com> | 2017-03-13 10:08:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-03-13 10:08:18 -0400 |
commit | fa61272bd4741f786b86c22db273c7b0a5f16924 (patch) | |
tree | 707b8182826dc629aa0a9ad6d88b3ed7b15f21f1 /indra/newview/llvoicevivox.h | |
parent | bf2aa6a6e37bb64f9b8ac45c18aba89629aa9ad8 (diff) |
clean up use of mVoiceEnabled (rename the session member mVoiceActive)
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index f8de363352..dd146033f8 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -351,7 +351,7 @@ protected: bool mIsSpatial; // True for spatial channels bool mIsP2P; bool mIncoming; - bool mVoiceEnabled; + bool mVoiceActive; bool mReconnect; // Whether we should try to reconnect to this session if it's dropped // Set to true when the volume/mute state of someone in the participant list changes. |