diff options
Diffstat (limited to 'indra/newview')
-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); |