aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputInit.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InputInit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/InputInit.hxx b/src/InputInit.hxx
index 9d503e5a8..9aa2de41a 100644
--- a/src/InputInit.hxx
+++ b/src/InputInit.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_INPUT_INIT_HXX
#define MPD_INPUT_INIT_HXX
-#include "gerror.h"
+class Error;
/**
* Initializes this library and all input_stream implementations.
@@ -29,7 +29,7 @@
* ignore errors
*/
bool
-input_stream_global_init(GError **error_r);
+input_stream_global_init(Error &error);
/**
* Deinitializes this library and all input_stream implementations.