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,14 +27,13 @@
#include <functional>
static bool
static void
AddToQueue(Partition &partition, const LightSong &song)
{
const Storage &storage = *partition.instance.storage;
partition.playlist.AppendSong(partition.pc,
DatabaseDetachSong(storage,
song));
return true;
}
void