From b76a29a69ae5412c3c1d101eefa9562990e74407 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 19:54:38 +0200 Subject: ConfigPath: return a Path object Migrate all callers to use Path directly, instead of doing the conversion in each caller. --- 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 f114f27f0..1d3da3c00 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -33,8 +33,8 @@ class Path; struct Directory; struct Song; -bool mapper_init(const char *_music_dir, const char *_playlist_dir, - GError **error_r); +void +mapper_init(Path &&music_dir, Path &&playlist_dir); void mapper_finish(void); -- cgit v1.2.3