summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-07-17 18:13:24 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-07-17 18:13:24 -0400
commit47fabf5770bbb1b2f8272bb77ebdc993cda7c033 (patch)
tree07c5e7b8e0e5f448430acf2a3554908a511a3b1a
parent7af477f796f9926dfec4aaa1336047b41144fbbb (diff)
fix for build failure mac, linux
-rwxr-xr-xindra/newview/llinventorymodel.h2
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);