summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-04-10 15:00:21 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-04-10 15:00:21 +0300
commitb172ced57afd334db2aba19308e8793fd43ea5ec (patch)
treee3fddefbfbc092944062a7db23a34480229713a5 /indra/newview/llavataractions.h
parentf9c0b021ea1a695c0d5d4042981045fe265e7918 (diff)
SL-10927 FIXED [EEP] Unable to share environment settings from My Environments floater
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r--indra/newview/llavataractions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h
index b56d5b0fb9..7c721076c8 100644
--- a/indra/newview/llavataractions.h
+++ b/indra/newview/llavataractions.h
@@ -244,7 +244,7 @@ public:
*/
static void viewChatHistory(const LLUUID& id);
- static std::set<LLUUID> getInventorySelectedUUIDs();
+ static std::set<LLUUID> getInventorySelectedUUIDs(LLInventoryPanel* active_panel = NULL);
private:
static bool callbackAddFriendWithMessage(const LLSD& notification, const LLSD& response);