summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-06-08 16:40:01 -0700
committerRider Linden <rider@lindenlab.com>2018-06-08 16:40:01 -0700
commit8365945f8af6e27e7180b40aae79f210f99bb7c8 (patch)
tree4b11d82f0aff5f3b82316d3e5f19c7653df1a70d /indra/newview/llinventorypanel.h
parent363f7f84a149c0bc4fe21df80aead821f02a7ff0 (diff)
Settings inventory picker.
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r--indra/newview/llinventorypanel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h
index 12001f5a2b..79d39c8b82 100644
--- a/indra/newview/llinventorypanel.h
+++ b/indra/newview/llinventorypanel.h
@@ -176,8 +176,9 @@ public:
U32 getFilterObjectTypes() const;
void setFilterPermMask(PermissionMask filter_perm_mask);
U32 getFilterPermMask() const;
- void setFilterWearableTypes(U64 filter);
- void setFilterSubString(const std::string& string);
+ void setFilterWearableTypes(U64 filter);
+ void setFilterSettingsTypes(U64 filter);
+ void setFilterSubString(const std::string& string);
const std::string getFilterSubString();
void setSinceLogoff(BOOL sl);
void setHoursAgo(U32 hours);