summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llcallfloater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h
index 931f830937..79b0fca061 100644
--- a/indra/newview/llcallfloater.h
+++ b/indra/newview/llcallfloater.h
@@ -96,6 +96,7 @@ private:
void onCurrentChannelChanged(const LLUUID& session_id);
void updateTitle();
void initAgentData();
+ void setModeratorMutedVoice(bool moderator_muted);
private:
LLSpeakerMgr* mSpeakerManager;
@@ -104,7 +105,7 @@ private:
LLNonAvatarCaller* mNonAvatarCaller;
EVoiceControls mVoiceType;
LLOutputMonitorCtrl* mSpeakingIndicator;
- bool mIsModeratorMuted;
+ bool mIsModeratorMutedVoice;
boost::signals2::connection mChannelChangedConnection;
};