diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-29 04:28:07 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-29 04:28:07 +0300 |
commit | 11b2f138cecc123c3e6876b56ea63c5fbd734d56 (patch) | |
tree | 903e92534851d3a674923bb13c038fdd700f4718 /indra/newview/llinventorymodel.h | |
parent | ffc4f262b259c6085773c60177c17f8339237221 (diff) |
SL-19502 Copying folders should copy thumbnails
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index ac6eda02d8..dcd1e87fa7 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -482,7 +482,8 @@ public: void createNewCategory(const LLUUID& parent_id, LLFolderType::EType preferred_type, const std::string& name, - inventory_func_type callback = NULL); + inventory_func_type callback = NULL, + const LLUUID& thumbnail_id = LLUUID::null); protected: // Internal methods that add inventory and make sure that all of // the internal data structures are consistent. These methods |