diff options
Diffstat (limited to 'src/config/ConfigPath.hxx')
-rw-r--r-- | src/config/ConfigPath.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config/ConfigPath.hxx b/src/config/ConfigPath.hxx index 340145e48..a04f3a112 100644 --- a/src/config/ConfigPath.hxx +++ b/src/config/ConfigPath.hxx @@ -21,9 +21,11 @@ #define MPD_CONFIG_PATH_HXX class AllocatedPath; -class Error; +/** + * Throws #std::runtime_error on error. + */ AllocatedPath -ParsePath(const char *path, Error &error); +ParsePath(const char *path); #endif |