diff options
author | dolphin <dolphin@lindenlab.com> | 2014-09-05 15:14:21 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-09-05 15:14:21 -0700 |
commit | 4e84aa4ecfe3351463ca9c54df4477528f65e41f (patch) | |
tree | a3831ac1094c87312603f8904481d837ca6e246e /indra/newview/llpanelexperiencepicker.h | |
parent | e7645eb995c291ebbbd05bab796639306545d2ad (diff) |
Fixed reversed logic
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.h')
-rw-r--r-- | indra/newview/llpanelexperiencepicker.h | 2 |
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); |