From a3ee26da6437dff2d065cc3fc2ad069447309ab6 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Thu, 24 Jan 2013 00:38:09 +0600 Subject: Mapper: improve usage of Path class --- src/Mapper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mapper.hxx') 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); /** -- cgit v1.2.3