summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewmodelinventory.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-08-31 21:27:37 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-09-23 11:32:14 +0300
commitbc07bc526cd9492e488380edcc5a6db102fad2d9 (patch)
tree4da32216f4032deded60bc757a6233dd7a8d5f9e /indra/newview/llfolderviewmodelinventory.h
parentf8fb2dab5b93588fb3e7f4c1912fd253375e0ced (diff)
SL-13852 Add visibility options to inventory search results
Diffstat (limited to 'indra/newview/llfolderviewmodelinventory.h')
-rw-r--r--indra/newview/llfolderviewmodelinventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewmodelinventory.h b/indra/newview/llfolderviewmodelinventory.h
index 06a908cccc..51b98339c4 100644
--- a/indra/newview/llfolderviewmodelinventory.h
+++ b/indra/newview/llfolderviewmodelinventory.h
@@ -45,6 +45,7 @@ public:
virtual LLFolderType::EType getPreferredType() const = 0;
virtual void showProperties(void) = 0;
virtual BOOL isItemInTrash( void) const { return FALSE; } // TODO: make into pure virtual.
+ virtual BOOL isAgentInventory() const { return FALSE; }
virtual BOOL isUpToDate() const = 0;
virtual bool hasChildren() const = 0;
virtual LLInventoryType::EType getInventoryType() const = 0;