From 1769ae54e4d1cf33e7528147f1ddf2f031228bd9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 1 Feb 2014 00:44:41 +0100 Subject: Partition: disable DatabaseModified() if not ENABLE_DATABASE --- src/Playlist.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Playlist.hxx') 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, -- cgit v1.2.3