diff options
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h index f1e889216..7d174c51e 100644 --- a/src/song.h +++ b/src/song.h @@ -65,7 +65,7 @@ song_file_update(struct song *song); * terminating '\0'). */ char * -song_get_url(struct song *song, char *path_max_tmp); +song_get_url(const struct song *song, char *path_max_tmp); static inline bool song_is_file(const struct song *song) |