From ba161ec572b98d3bcf9f735ff122133319fe896a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:25:12 +0200 Subject: song: convert header to C++ --- 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 e22144c07..67031b730 100644 --- a/src/DatabaseQueue.cxx +++ b/src/DatabaseQueue.cxx @@ -27,7 +27,7 @@ #include static bool -AddToQueue(Partition &partition, song &song, GError **error_r) +AddToQueue(Partition &partition, Song &song, GError **error_r) { enum playlist_result result = partition.playlist.AppendSong(partition.pc, &song, NULL); -- cgit v1.2.3