Mapper: use class Path

This commit is contained in:
Max Kellermann
2015-02-28 22:07:01 +01:00
parent 7a8f96b1dd
commit 44b9197354
3 changed files with 10 additions and 5 deletions

View File

@@ -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