diff options
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r-- | src/Mapper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index 95bd81a49..ac07079f0 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -30,6 +30,7 @@ #define PLAYLIST_FILE_SUFFIX ".m3u" +class Path; class AllocatedPath; void @@ -58,7 +59,7 @@ map_uri_fs(const char *uri); */ gcc_pure std::string -map_fs_to_utf8(const char *path_fs); +map_fs_to_utf8(Path path_fs); #endif |