diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-05 11:23:37 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-05 11:23:37 -0800 |
commit | 54380ed6d7021b19281846b273fbe81a76c836d9 (patch) | |
tree | 9e3f2d33c70866eab669e79f0a4512002cf9eac4 /indra/newview/llfloaterimcontainer.h | |
parent | 85e97f772e23c0595c4ce249f533cad746ddd3c6 (diff) | |
parent | fc000880b40143534c47c475a7a0aba6ab75039e (diff) |
Pull and merge ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 1badce0d2d..c9987bffe8 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -150,6 +150,7 @@ private: void moderateVoiceAllParticipants(bool unmute); void moderateVoiceParticipant(const LLUUID& avatar_id, bool unmute); void toggleAllowTextChat(const LLUUID& participant_uuid); + void toggleMute(const LLUUID& participant_id, U32 flags); void openNearbyChat(); LLButton* mExpandCollapseBtn; |