diff options
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 3383b3f5f9..6845d7675b 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -103,6 +103,7 @@ public: static void showClassified(const LLUUID& avatar_id, const LLUUID& classified_id, bool edit = false); static void hideProfile(const LLUUID& avatar_id); static bool profileVisible(const LLUUID& avatar_id); + static bool isPickTabSelected(const LLUUID& avatar_id); static LLFloater* getProfileFloater(const LLUUID& avatar_id); static void showProfileWeb(const LLUUID& avatar_id); |