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/Partition.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Partition.hxx') diff --git a/src/Partition.hxx b/src/Partition.hxx index 6e4230857..0d5017985 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -76,7 +76,7 @@ struct Partition { return playlist.DeleteRange(pc, start, end); } - void DeleteSong(const song &song) { + void DeleteSong(const Song &song) { playlist.DeleteSong(pc, song); } -- cgit v1.2.3