diff options
Diffstat (limited to 'src/DatabaseSelection.cxx')
-rw-r--r-- | src/DatabaseSelection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabaseSelection.cxx b/src/DatabaseSelection.cxx index 96018cbae..035321252 100644 --- a/src/DatabaseSelection.cxx +++ b/src/DatabaseSelection.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -31,7 +31,7 @@ DatabaseSelection::DatabaseSelection(const char *_uri, bool _recursive, } bool -DatabaseSelection::Match(const Song &song) const +DatabaseSelection::Match(const LightSong &song) const { return filter == nullptr || filter->Match(song); } |