diff options
Diffstat (limited to '')
-rw-r--r-- | src/Playlist.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 41811fe59..45f1e2dfc 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -26,6 +26,7 @@ enum TagType : uint8_t; struct PlayerControl; class DetachedSong; +class Database; class Error; struct playlist { @@ -141,7 +142,7 @@ public: /** * The database has been modified. Pull all updates. */ - void DatabaseModified(); + void DatabaseModified(const Database &db); #endif PlaylistResult AppendSong(PlayerControl &pc, |