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/llinventorybridge.h | |
parent | 2add3b49537fb041b880752dc5302ac6b317e601 (diff) |
viewer#1300 'Star' favorites in inventory #4
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 39cd393fdd..5100da15cd 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -172,7 +172,8 @@ protected: BOOL isLinkedObjectInTrash() const; // Is this obj or its baseobj in the trash? BOOL isLinkedObjectMissing() const; // Is this a linked obj whose baseobj is not in inventory? - BOOL isAgentInventory() const; // false if lost or in the inventory library + bool isAgentInventory() const; // false if lost or in the inventory library + bool isAgentInventoryRoot() const; // true if worn by agent BOOL isCOFFolder() const; // true if COF or descendant of BOOL isInboxFolder() const; // true if COF or descendant of marketplace inbox |