diff options
Diffstat (limited to 'src/PlaylistFile.hxx')
-rw-r--r-- | src/PlaylistFile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistFile.hxx b/src/PlaylistFile.hxx index 4d741bf8e..75aba71d4 100644 --- a/src/PlaylistFile.hxx +++ b/src/PlaylistFile.hxx @@ -71,7 +71,7 @@ bool spl_append_song(const char *utf8path, const DetachedSong &song, Error &error); bool -spl_append_uri(const char *file, const char *utf8file, Error &error); +spl_append_uri(const char *path_utf8, const char *uri_utf8, Error &error); bool spl_rename(const char *utf8from, const char *utf8to, Error &error); |