diff options
Diffstat (limited to 'linden/indra/newview/llinventorymodel.h')
-rw-r--r-- | linden/indra/newview/llinventorymodel.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/newview/llinventorymodel.h b/linden/indra/newview/llinventorymodel.h index 7222c60..7788c34 100644 --- a/linden/indra/newview/llinventorymodel.h +++ b/linden/indra/newview/llinventorymodel.h | |||
@@ -308,9 +308,11 @@ public: | |||
308 | // based on preferred type. Returns the UUID of the new | 308 | // based on preferred type. Returns the UUID of the new |
309 | // category. If you want to use the default name based on type, | 309 | // category. If you want to use the default name based on type, |
310 | // pass in a NULL to the 'name parameter. | 310 | // pass in a NULL to the 'name parameter. |
311 | LLUUID createNewCategory(const LLUUID& parent_id, | 311 | LLUUID createNewCategory(const LLUUID& parent_id, |
312 | LLAssetType::EType preferred_type, | 312 | LLAssetType::EType preferred_type, |
313 | const std::string& name); | 313 | const std::string& name, |
314 | void (*callback)(const LLSD&, void*) = NULL, | ||
315 | void* user_data = NULL); | ||
314 | 316 | ||
315 | LLUUID findCategoryByName(std::string name); | 317 | LLUUID findCategoryByName(std::string name); |
316 | 318 | ||