diff options
author | James Cook <james@lindenlab.com> | 2009-12-07 13:39:12 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-07 13:39:12 -0800 |
commit | 13c998c34ac2c1f134b4c6998413753f94e1a002 (patch) | |
tree | 9862c8bea90f6c4d6a74e2bfee287cd078232485 /indra/newview/llfolderview.h | |
parent | f22d9cfdae437ddd21491fc7d6a59668203bd172 (diff) | |
parent | aa2cdcfeef7a2259251abcfc11ab5d1107af2ea3 (diff) |
merge
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index eaaba8c13d..4adf6c2fbf 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -71,9 +71,6 @@ class LLUICtrl; // that only work folders or only work on items, but I'll worry about // that later when it's determined to be too slow. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - - class LLFolderViewFunctor { public: @@ -119,7 +116,7 @@ public: // filter is never null LLInventoryFilter* getFilter(); const std::string getFilterSubString(BOOL trim = FALSE); - U32 getFilterTypes() const; + U32 getFilterObjectTypes() const; PermissionMask getFilterPermissions() const; // JAMESDEBUG use getFilter()->getShowFolderState(); //LLInventoryFilter::EFolderShow getShowFolderState(); |