summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelexperiencepicker.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-05-13 14:52:10 -0700
committerdolphin <dolphin@lindenlab.com>2014-05-13 14:52:10 -0700
commit6766ef06d44b1991bd6ef3f699354f98651679b4 (patch)
tree1ac2d2eb804cecc50bf47e7409f958ed0c87e6d0 /indra/newview/llpanelexperiencepicker.h
parent1b704efb17a2278588146760d189daaffe56d35d (diff)
ACME-1474: Prevent the viewer from trying to add or remove the default experience.
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.h')
-rw-r--r--indra/newview/llpanelexperiencepicker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelexperiencepicker.h b/indra/newview/llpanelexperiencepicker.h
index af0a30ceba..d5c38598e1 100644
--- a/indra/newview/llpanelexperiencepicker.h
+++ b/indra/newview/llpanelexperiencepicker.h
@@ -56,6 +56,7 @@ public:
static bool FilterWithProperty(const LLSD& experience, S32 prop);
static bool FilterWithoutProperty(const LLSD& experience, S32 prop);
+ static bool FilterMatching(const LLSD& experience, const LLUUID& id);
bool FilterOverRating(const LLSD& experience);
private: