diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-10 00:12:16 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-03-10 19:32:47 +0200 |
commit | ff6ff01c6a3822c8160279fecd3c3f2e636c4349 (patch) | |
tree | e67c1726dea96dbe3d06a69eb799265f9a984ea9 /indra/newview/llinventorymodel.h | |
parent | 811da7dbb1bdbf04a2dceb02ad4d296db4274076 (diff) |
SL-18629 Replacing UDP creation messages with callback based AIS
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 1fde5a3b2f..5f8db30390 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -477,7 +477,7 @@ public: public: // Returns the UUID of the new category. If you want to use the default // name based on type, pass in a NULL to the 'name' parameter. - LLUUID createNewCategory(const LLUUID& parent_id, + void createNewCategory(const LLUUID& parent_id, LLFolderType::EType preferred_type, const std::string& name, inventory_func_type callback = NULL); |