aboutsummaryrefslogtreecommitdiff
path: root/src/Mapper.hxx
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-01-24 00:38:09 +0600
committerMax Kellermann <max@duempel.org>2013-01-26 01:14:13 +0100
commita3ee26da6437dff2d065cc3fc2ad069447309ab6 (patch)
tree8efa8f78910da1528d333561eb3f48881c34c4c3 /src/Mapper.hxx
parenta9b62a2ece7f8b05bbb785edb47be8f37a19284e (diff)
Mapper: improve usage of Path class
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);
/**