summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-11 17:59:19 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-11 17:59:19 +0100
commit4fbdfe637049e0a2e93c6fed030e61b32a43ae07 (patch)
treee502796c9f39a790f8004edfba5383b1ac7617a2 /indra/newview/llinventorypanel.cpp
parenta0598b12656cdcf22ba95cacd01b5ff36f8f1b26 (diff)
parent8365945f8af6e27e7180b40aae79f210f99bb7c8 (diff)
Merge
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r--indra/newview/llinventorypanel.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 7e3fa1d334..7ba9f2fc43 100644
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -377,6 +377,11 @@ void LLInventoryPanel::setFilterWearableTypes(U64 types)
getFilter().setFilterWearableTypes(types);
}
+void LLInventoryPanel::setFilterSettingsTypes(U64 filter)
+{
+ getFilter().setFilterSettingsTypes(filter);
+}
+
void LLInventoryPanel::setFilterSubString(const std::string& string)
{
getFilter().setFilterSubString(string);