Correct method types to match Interface.hxx
This commit is contained in:

committed by
Max Kellermann

parent
51147203be
commit
f71c204eef
@@ -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
|
||||
|
Reference in New Issue
Block a user