diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-01-24 00:38:09 +0600 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-26 01:14:13 +0100 |
commit | a3ee26da6437dff2d065cc3fc2ad069447309ab6 (patch) | |
tree | 8efa8f78910da1528d333561eb3f48881c34c4c3 /src/Mapper.hxx | |
parent | a9b62a2ece7f8b05bbb785edb47be8f37a19284e (diff) | |
download | mpd-a3ee26da6437dff2d065cc3fc2ad069447309ab6.tar.gz mpd-a3ee26da6437dff2d065cc3fc2ad069447309ab6.tar.xz mpd-a3ee26da6437dff2d065cc3fc2ad069447309ab6.zip |
Mapper: improve usage of Path class
Diffstat (limited to '')
-rw-r--r-- | src/Mapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index 01c947b5a..c01db759a 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); /** |