diff options
-rw-r--r-- | indra/newview/llinventorymodel.h | 4 |
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, |