aboutsummaryrefslogtreecommitdiffstats
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-01 00:44:41 +0100
committerMax Kellermann <max@duempel.org>2014-02-01 00:44:41 +0100
commit1769ae54e4d1cf33e7528147f1ddf2f031228bd9 (patch)
tree02a836e614cc6ebf48a78473bbef76c6641b54db /src/Playlist.hxx
parente54567926588b831c10a2f456f30a10943e64658 (diff)
downloadmpd-1769ae54e4d1cf33e7528147f1ddf2f031228bd9.tar.gz
mpd-1769ae54e4d1cf33e7528147f1ddf2f031228bd9.tar.xz
mpd-1769ae54e4d1cf33e7528147f1ddf2f031228bd9.zip
Partition: disable DatabaseModified() if not ENABLE_DATABASE
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r--src/Playlist.hxx2
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,