diff options
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |