diff options
author | dolphin <dolphin@lindenlab.com> | 2014-09-05 10:58:39 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-09-05 10:58:39 -0700 |
commit | e7645eb995c291ebbbd05bab796639306545d2ad (patch) | |
tree | 14994eb1e78034a152a00a7bec243cb3f4e23905 /indra/newview/llpanelexperiencepicker.h | |
parent | 51e65a4b5254aadb90660a237b47b9f90875d889 (diff) |
Allow non-grid-wide experiences in the parcel block list to block estate allowed
experiences.
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.h')
-rw-r--r-- | indra/newview/llpanelexperiencepicker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelexperiencepicker.h b/indra/newview/llpanelexperiencepicker.h index b2ba7f26ee..2a0731f34c 100644 --- a/indra/newview/llpanelexperiencepicker.h +++ b/indra/newview/llpanelexperiencepicker.h @@ -55,6 +55,7 @@ public: void setDefaultFilters(); static bool FilterWithProperty(const LLSD& experience, S32 prop); + static bool FilterWithProperties(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); |