summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerfoldertype.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-05-25 11:17:47 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-05-25 11:17:47 -0700
commitf8907b327bb0009047b9cef54fde3d7dc6e8d6ca (patch)
tree3e404f2c3f1bdfd8f1090c0892dbc54ff255209e /indra/newview/llviewerfoldertype.h
parent95b8020d21b1ad60f82c767df7d7aac019ad8353 (diff)
hooking up marketplace inbox to inventory
Diffstat (limited to 'indra/newview/llviewerfoldertype.h')
-rw-r--r--indra/newview/llviewerfoldertype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerfoldertype.h b/indra/newview/llviewerfoldertype.h
index f5938de619..a348274e8f 100644
--- a/indra/newview/llviewerfoldertype.h
+++ b/indra/newview/llviewerfoldertype.h
@@ -40,6 +40,7 @@ public:
static const std::string& lookupIconName(EType folder_type, BOOL is_open = FALSE); // folder icon name
static BOOL lookupIsQuietType(EType folder_type); // folder doesn't require UI update when changes have occured
+ static BOOL lookupIsHiddenType(EType folder_type); // folder doesn't require UI update when changes have occured
static const std::string& lookupNewCategoryName(EType folder_type); // default name when creating new category
static LLFolderType::EType lookupTypeFromNewCategoryName(const std::string& name); // default name when creating new category