aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigFile.hxx')
-rw-r--r--src/ConfigFile.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ConfigFile.hxx b/src/ConfigFile.hxx
index 49c0d31ec..0dca65567 100644
--- a/src/ConfigFile.hxx
+++ b/src/ConfigFile.hxx
@@ -20,12 +20,11 @@
#ifndef MPD_CONFIG_FILE_HXX
#define MPD_CONFIG_FILE_HXX
-#include "gerror.h"
-
+class Error;
class Path;
struct ConfigData;
bool
-ReadConfigFile(ConfigData &data, const Path &path, GError **error_r);
+ReadConfigFile(ConfigData &data, const Path &path, Error &error);
#endif