summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-14 17:29:25 -0700
committerRichard Nelson <none@none>2010-06-14 17:29:25 -0700
commit89f3c3d129d0aa716de9a4784ce999495f5f0a8b (patch)
tree92dddbe4734403d2f2838cd8d591db2cf0d37eb4 /indra/newview/llinventorypanel.cpp
parent8f592d0ecdaa2a43b313a6a9f192eb2f4d999a92 (diff)
parente0c404a866f72bc070ea5560983315752e9c446b (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 6b0103e0de..83c57d5bb2 100644
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -226,6 +226,11 @@ void LLInventoryPanel::setFilterPermMask(PermissionMask filter_perm_mask)
getFilter()->setFilterPermissions(filter_perm_mask);
}
+void LLInventoryPanel::setFilterWearableTypes(U64 types)
+{
+ getFilter()->setFilterWearableTypes(types);
+}
+
void LLInventoryPanel::setFilterSubString(const std::string& string)
{
getFilter()->setFilterSubString(string);