aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigPath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigPath.hxx')
-rw-r--r--src/ConfigPath.hxx4
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