SL-18629 MacOS build fix

master
Andrey Kleshchev 2023-03-10 20:27:05 +02:00
parent 80b33a0157
commit 91c046b41e
1 changed files with 2 additions and 2 deletions

View File

@ -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,