summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-12-05 16:08:17 -0800
committerMerov Linden <merov@lindenlab.com>2012-12-05 16:08:17 -0800
commita4a2cc62c3411f0391b90d9720a13b49b0e123ef (patch)
tree858809029190c71fed41d9d6bef49032d45b413d /indra/newview/llinventorybridge.h
parent55bd994b3968a2852c846ebe3bf924a964daf714 (diff)
CHUI-509 : Fixed : Add params to inventory widgets to control font colors (required for library items and links).
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 5e96f00920..5c6cf0f0f0 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -107,6 +107,7 @@ public:
virtual BOOL isItemMovable() const;
virtual BOOL isItemInTrash() const;
virtual BOOL isLink() const;
+ virtual BOOL isLibraryItem() const;
//virtual BOOL removeItem() = 0;
virtual void removeBatch(std::vector<LLFolderViewModelItem*>& batch);
virtual void move(LLFolderViewModelItem* new_parent_bridge) {}