summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-23 11:58:17 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-23 11:58:17 +0200
commitdfbf9e6d96293b7f97553154d103883dede477b8 (patch)
tree8be140339fc89c416468d5a84eca6da1f10316ef /indra/newview/llviewerinventory.h
parent24b41ee746ccc6b5dd637b8704dc7ec819434605 (diff)
SL-19379 WIP update Add menu for Gallery view
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r--indra/newview/llviewerinventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h
index 3914dae343..63f163b168 100644
--- a/indra/newview/llviewerinventory.h
+++ b/indra/newview/llviewerinventory.h
@@ -446,6 +446,8 @@ void menu_create_inventory_item(LLInventoryPanel* root,
const LLSD& userdata,
const LLUUID& default_parent_uuid = LLUUID::null);
+void menu_create_inventory_item(LLInventoryPanel* panel, LLUUID dest_id, const LLSD& userdata, const LLUUID& default_parent_uuid = LLUUID::null);
+
void slam_inventory_folder(const LLUUID& folder_id,
const LLSD& contents,
LLPointer<LLInventoryCallback> cb);