diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-29 22:07:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-01 03:20:29 +0300 |
commit | 1e7dc04644367dd7eb1469b36848aac265eb7050 (patch) | |
tree | 4df97fcbb458caa4b553abb7a91516bc5bd080c7 /indra/newview/llfolderviewmodelinventory.h | |
parent | 2add3b49537fb041b880752dc5302ac6b317e601 (diff) |
viewer#1300 'Star' favorites in inventory #4
Diffstat (limited to 'indra/newview/llfolderviewmodelinventory.h')
-rw-r--r-- | indra/newview/llfolderviewmodelinventory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewmodelinventory.h b/indra/newview/llfolderviewmodelinventory.h index 1649b2eed7..2459cc4f2c 100644 --- a/indra/newview/llfolderviewmodelinventory.h +++ b/indra/newview/llfolderviewmodelinventory.h @@ -47,7 +47,8 @@ public: virtual void showProperties(void) = 0; virtual BOOL isItemInTrash( void) const { return FALSE; } // TODO: make into pure virtual. virtual bool isItemInOutfits() const { return false; } - virtual BOOL isAgentInventory() const { return FALSE; } + virtual bool isAgentInventory() const { return false; } + virtual bool isAgentInventoryRoot() const { return false; } virtual BOOL isUpToDate() const = 0; virtual void addChild(LLFolderViewModelItem* child); virtual bool hasChildren() const = 0; |