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/ConfigPath.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/ConfigPath.hxx') diff --git a/src/ConfigPath.hxx b/src/ConfigPath.hxx index 42e51215f..79da04bb1 100644 --- a/src/ConfigPath.hxx +++ b/src/ConfigPath.hxx @@ -22,7 +22,9 @@ #include "gerror.h" -char * -parsePath(const char *path, GError **error_r); +class Path; + +Path +ParsePath(const char *path, GError **error_r); #endif -- cgit v1.2.3