From 2470476a2dba60977cb2f982c031af0d4d49d363 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Sep 2008 19:22:38 -0700 Subject: playlist: deleteASongFromPlaylist takes a const Song * We don't change the song pointer there, either. --- src/playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlist.h') diff --git a/src/playlist.h b/src/playlist.h index 560a4d1e2..6b5fe0cd7 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -92,7 +92,7 @@ enum playlist_result savePlaylist(const char *utf8file); enum playlist_result deletePlaylist(const char *utf8file); -void deleteASongFromPlaylist(Song * song); +void deleteASongFromPlaylist(const Song * song); enum playlist_result moveSongInPlaylist(int from, int to); -- cgit v1.2.3