diff options
Diffstat (limited to '')
-rw-r--r-- | src/Playlist.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index db7889227..41811fe59 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -137,10 +137,12 @@ public: */ void TagModified(DetachedSong &&song); +#ifdef ENABLE_DATABASE /** * The database has been modified. Pull all updates. */ void DatabaseModified(); +#endif PlaylistResult AppendSong(PlayerControl &pc, DetachedSong &&song, |