diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-05-17 22:34:50 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-05-17 22:34:50 +0300 |
commit | e72c120e9eb1691abdcf0a3c6e650be68a15b6bb (patch) | |
tree | 3b8d48eb20ea4e4558652a71f1a553cc030b719f /indra/newview/llavataractions.h | |
parent | 4a90678cc7406b0c2c8dad5691cdc2555186931b (diff) |
MAINT-6805 Fixed Right-click menus in the right and left panes of the Conversations windows are different
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 256d44d820..b56d5b0fb9 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -131,6 +131,11 @@ public: static void toggleBlock(const LLUUID& id); /** + * Mute/unmute avatar. + */ + static void toggleMute(const LLUUID& id, U32 flags); + + /** * Block/unblock the avatar voice. */ static void toggleMuteVoice(const LLUUID& id); |