diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-03-25 17:19:11 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-03-25 17:19:11 +0200 |
commit | 458d318aebd7a7da8ea2c594b8df2f285f7efded (patch) | |
tree | 48e8d74ee4af28c53680a42975a81cead45f4f1f /indra/newview/llavataractions.h | |
parent | e0b24ee960c7a7eebb9e7d6e4b5974973eb3da00 (diff) |
SL-10804 [Legacy Profiles] Second Life tab block button size and focus
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 6845d7675b..7dd358309c 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -134,9 +134,10 @@ public: static void shareWithAvatars(LLView * panel); /** - * Block/unblock the avatar. + * Block/unblock the avatar by id. + * Returns true if blocked, returns false if unblocked */ - static void toggleBlock(const LLUUID& id); + static bool toggleBlock(const LLUUID& id); /** * Mute/unmute avatar. |