diff options
Diffstat (limited to 'src/ConfigPath.hxx')
-rw-r--r-- | src/ConfigPath.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 |