aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-15 23:58:17 +0200
committerMax Kellermann <max@duempel.org>2012-08-16 00:00:50 +0200
commitbf2e07074b509087d04b7221a9d25fb2a8b17bee (patch)
tree3d4edc37cc769347b9e5ce4a9778bc304f6dcde2 /src
parent20695ef3691771dbbfb3d21b14b694c6b7e29eae (diff)
playlist_song: pass const song to _check_load_song()
Diffstat (limited to 'src')
-rw-r--r--src/playlist_song.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_song.c b/src/playlist_song.c
index ef5261c9..29efef2e 100644
--- a/src/playlist_song.c
+++ b/src/playlist_song.c
@@ -86,7 +86,7 @@ apply_song_metadata(struct song *dest, const struct song *src)
}
static struct song *
-playlist_check_load_song(struct song *song, const char *uri, bool secure)
+playlist_check_load_song(const struct song *song, const char *uri, bool secure)
{
struct song *dest;