Correct method types to match Interface.hxx

This commit is contained in:
Thomas Zander
2017-01-28 16:12:30 +01:00
committed by Max Kellermann
parent 51147203be
commit f71c204eef
5 changed files with 13 additions and 36 deletions

View File

@@ -27,13 +27,12 @@
#include <functional>
static bool
static void
AddSong(const Storage &storage, const char *playlist_path_utf8,
const LightSong &song)
{
spl_append_song(playlist_path_utf8,
DatabaseDetachSong(storage, song));
return true;
}
void