diff options
Diffstat (limited to 'src/ConfigPath.hxx')
-rw-r--r-- | src/ConfigPath.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ConfigPath.hxx b/src/ConfigPath.hxx index 7bc1d732c..99abd85b7 100644 --- a/src/ConfigPath.hxx +++ b/src/ConfigPath.hxx @@ -20,10 +20,10 @@ #ifndef MPD_CONFIG_PATH_HXX #define MPD_CONFIG_PATH_HXX -class Path; +class AllocatedPath; class Error; -Path +AllocatedPath ParsePath(const char *path, Error &error); #endif |