summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-05-22 13:42:15 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-05-22 13:42:15 +0300
commit7fc86d1a99245556e7f886dd75546716d4a30cc8 (patch)
tree7ca6245dca65939882f1339c0f115f9e03ae28ed /indra/newview/llinventoryfunctions.h
parent126f9c3e1a96ed6664048dba7a39bdad14148664 (diff)
MAINT-8553 FIXED link is not copied from original folder in some cases
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r--indra/newview/llinventoryfunctions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index d454d7e00b..fd106bc2d8 100644
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -72,6 +72,8 @@ void rename_category(LLInventoryModel* model, const LLUUID& cat_id, const std::s
void copy_inventory_category(LLInventoryModel* model, LLViewerInventoryCategory* cat, const LLUUID& parent_id, const LLUUID& root_copy_id = LLUUID::null, bool move_no_copy_items = false);
+void copy_inventory_category_content(const LLUUID& new_cat_uuid, LLInventoryModel* model, LLViewerInventoryCategory* cat, const LLUUID& root_copy_id, bool move_no_copy_items);
+
// Generates a string containing the path to the item specified by item_id.
void append_path(const LLUUID& id, std::string& path);