aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseSelection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabaseSelection.cxx')
-rw-r--r--src/DatabaseSelection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabaseSelection.cxx b/src/DatabaseSelection.cxx
index 72c3f9196..bd756f5f9 100644
--- a/src/DatabaseSelection.cxx
+++ b/src/DatabaseSelection.cxx
@@ -23,5 +23,5 @@
bool
DatabaseSelection::Match(const song &song) const
{
- return match == nullptr || locate_list_song_match(&song, match);
+ return filter == nullptr || filter->Match(song);
}