summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-10 20:27:05 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-10 20:27:05 +0200
commit91c046b41e5e673ff0bd08d7d8ffcfcb33186b7a (patch)
tree1500643a4305f9896ab1c67328c0376508df4fb7 /indra/newview
parent80b33a015735daf08b8904b3581b3edcce9368d3 (diff)
SL-18629 MacOS build fix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventorymodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h
index 5f8db30390..3fbf8924b5 100644
--- a/indra/newview/llinventorymodel.h
+++ b/indra/newview/llinventorymodel.h
@@ -304,8 +304,8 @@ public:
//--------------------------------------------------------------------
public:
- // Checks if category exists (My Inventory only), if it does not, creates it
- void LLInventoryModel::ensureCategoryForTypeExists(LLFolderType::EType preferred_type);
+ // Checks if category exists ("My Inventory" only), if it does not, creates it
+ void ensureCategoryForTypeExists(LLFolderType::EType preferred_type);
const LLUUID findCategoryUUIDForTypeInRoot(
LLFolderType::EType preferred_type,