diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-17 18:13:24 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-17 18:13:24 -0400 |
commit | 47fabf5770bbb1b2f8272bb77ebdc993cda7c033 (patch) | |
tree | 07c5e7b8e0e5f448430acf2a3554908a511a3b1a | |
parent | 7af477f796f9926dfec4aaa1336047b41144fbbb (diff) |
fix for build failure mac, linux
-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 2852a8da45..7afe1dea35 100755 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -230,7 +230,7 @@ public: // Find //-------------------------------------------------------------------- public: - const LLUUID LLInventoryModel::findCategoryUUIDForTypeInRoot( + const LLUUID findCategoryUUIDForTypeInRoot( LLFolderType::EType preferred_type, bool create_folder, const LLUUID& root_id); |