summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-01-11 12:59:23 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-01-11 12:59:23 -0500
commit32a9255d8ce7515be0fd8c566cb4085a03d99e2b (patch)
treeed2136972d17069173468c128231e14fc3dd1796 /indra/newview/llinventorymodel.h
parentbfe6e94f5388b887253ba77f633ae332affe9f92 (diff)
parent3dfb1536fa3bb85f6648a76591e80c3feea9eb83 (diff)
merge
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r--indra/newview/llinventorymodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h
index 340c1b0c22..0a564d353a 100644
--- a/indra/newview/llinventorymodel.h
+++ b/indra/newview/llinventorymodel.h
@@ -360,7 +360,9 @@ public:
// name based on type, pass in a NULL to the 'name' parameter.
LLUUID createNewCategory(const LLUUID& parent_id,
LLFolderType::EType preferred_type,
- const std::string& name);
+ const std::string& name,
+ void (*callback)(const LLSD&, void*) = NULL,
+ void* user_data = NULL );
protected:
// Internal methods that add inventory and make sure that all of
// the internal data structures are consistent. These methods