From f5ae1ce00b85699291a7cdf9782574e70a8c28f5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 19 Jan 2014 10:51:34 +0100 Subject: LightSong: new class to be used by DatabasePlugin callbacks Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. --- src/DatabaseQueue.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DatabaseQueue.cxx') diff --git a/src/DatabaseQueue.cxx b/src/DatabaseQueue.cxx index 0ed073285..ee1dbd57c 100644 --- a/src/DatabaseQueue.cxx +++ b/src/DatabaseQueue.cxx @@ -29,7 +29,7 @@ #include static bool -AddToQueue(Partition &partition, const Song &song, Error &error) +AddToQueue(Partition &partition, const LightSong &song, Error &error) { PlaylistResult result = partition.playlist.AppendSong(partition.pc, -- cgit v1.2.3