diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-25 17:52:02 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-25 17:52:02 -0400 |
commit | ffd7b0d7e7ef13510d7299e601a71c7fedb0a4d1 (patch) | |
tree | 73061ba3468d4ac92a02986f9e1c3da021b58a47 /indra/newview/llinventorymodel.h | |
parent | bbdd2a34d01d938226c7935a3d52ec0a7c483e90 (diff) |
SH-4305 WIP
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rwxr-xr-x | 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 f28211cfa1..ee0d4e1994 100755 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -390,7 +390,7 @@ public: LLUUID createNewCategory(const LLUUID& parent_id, LLFolderType::EType preferred_type, const std::string& name, - boost::optional<llsd_func_type> callback = boost::optional<llsd_func_type>()); + boost::optional<inventory_func_type> callback = boost::optional<inventory_func_type>()); protected: // Internal methods that add inventory and make sure that all of // the internal data structures are consistent. These methods |