summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelexperiencepicker.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-09-05 15:14:21 -0700
committerdolphin <dolphin@lindenlab.com>2014-09-05 15:14:21 -0700
commit4e84aa4ecfe3351463ca9c54df4477528f65e41f (patch)
treea3831ac1094c87312603f8904481d837ca6e246e /indra/newview/llpanelexperiencepicker.h
parente7645eb995c291ebbbd05bab796639306545d2ad (diff)
Fixed reversed logic
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.h')
-rw-r--r--indra/newview/llpanelexperiencepicker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelexperiencepicker.h b/indra/newview/llpanelexperiencepicker.h
index 2a0731f34c..e39ffed70b 100644
--- a/indra/newview/llpanelexperiencepicker.h
+++ b/indra/newview/llpanelexperiencepicker.h
@@ -55,7 +55,7 @@ public:
void setDefaultFilters();
static bool FilterWithProperty(const LLSD& experience, S32 prop);
- static bool FilterWithProperties(const LLSD& experience, S32 prop);
+ static bool FilterWithoutProperties(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);