diff options
author | Merov Linden <merov@lindenlab.com> | 2011-11-11 23:58:37 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-11-11 23:58:37 -0800 |
commit | db371c98248b790eed22a6295d33dd1d02adc602 (patch) | |
tree | 498244669ef64be8e3adca6a233becb9861ed622 /indra/newview/llinventorybridge.h | |
parent | 1b56b7d2e5ad2b5c4ca2c733b25d1fd7dc78f634 (diff) |
EXP-1498 : Hide empty system folders. System folders can be specifically marked to be hidden if empty in the LLViewerFolderDictionary constructor.
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 2d625befb4..9832c683c6 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -72,6 +72,7 @@ public: BOOL canShare() const; BOOL canListOnMarketplace() const; BOOL canListOnMarketplaceNow() const; + bool isSystemFolder() const; // true if is a "System" folder //-------------------------------------------------------------------- // LLInvFVBridge functionality |