summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2023-01-24 20:15:22 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2023-01-24 20:15:22 +0000
commitce5ac93883b71b6abf8cffa35204541e257c6b02 (patch)
tree0c636e149c36fa12c1ee6ed8d140c513a1b6cfaf /indra/newview/llinventoryfunctions.cpp
parent819eec6f8c3abbf71ec3bdaaf4891068574fdc46 (diff)
SL-18629 - various notes on work for D567
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rw-r--r--indra/newview/llinventoryfunctions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp
index 27edc8148e..145cdf6476 100644
--- a/indra/newview/llinventoryfunctions.cpp
+++ b/indra/newview/llinventoryfunctions.cpp
@@ -403,6 +403,7 @@ void copy_inventory_category(LLInventoryModel* model,
bool move_no_copy_items )
{
// Create the initial folder
+ // D567 needs to handle new fields
inventory_func_type func = boost::bind(&copy_inventory_category_content, _1, model, cat, root_copy_id, move_no_copy_items);
gInventory.createNewCategory(parent_id, LLFolderType::FT_NONE, cat->getName(), func);
}