diff options
author | Max Kellermann <max@duempel.org> | 2014-02-01 00:44:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-01 00:44:41 +0100 |
commit | 1769ae54e4d1cf33e7528147f1ddf2f031228bd9 (patch) | |
tree | 02a836e614cc6ebf48a78473bbef76c6641b54db /src/Playlist.hxx | |
parent | e54567926588b831c10a2f456f30a10943e64658 (diff) | |
download | mpd-1769ae54e4d1cf33e7528147f1ddf2f031228bd9.tar.gz mpd-1769ae54e4d1cf33e7528147f1ddf2f031228bd9.tar.xz mpd-1769ae54e4d1cf33e7528147f1ddf2f031228bd9.zip |
Partition: disable DatabaseModified() if not ENABLE_DATABASE
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, |