diff options
Diffstat (limited to 'src/DatabaseSelection.hxx')
-rw-r--r-- | src/DatabaseSelection.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabaseSelection.hxx b/src/DatabaseSelection.hxx index 3447b5eee..a39ce7afe 100644 --- a/src/DatabaseSelection.hxx +++ b/src/DatabaseSelection.hxx @@ -25,7 +25,7 @@ #include <string> class SongFilter; -struct Song; +struct LightSong; struct DatabaseSelection { /** @@ -45,7 +45,7 @@ struct DatabaseSelection { const SongFilter *_filter=nullptr); gcc_pure - bool Match(const Song &song) const; + bool Match(const LightSong &song) const; }; #endif |