aboutsummaryrefslogtreecommitdiff
path: root/src/Mapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r--src/Mapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx
index 01c947b5..c01db759 100644
--- a/src/Mapper.hxx
+++ b/src/Mapper.hxx
@@ -49,7 +49,7 @@ mapper_get_music_directory_utf8(void);
* filesystem character set.
*/
gcc_const
-const char *
+const Path &
mapper_get_music_directory_fs(void);
/**
@@ -128,7 +128,7 @@ map_fs_to_utf8(const char *path_fs);
* Returns the playlist directory.
*/
gcc_const
-const char *
+const Path &
map_spl_path(void);
/**