aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DatabaseSave.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/DatabaseSave.hxx b/src/DatabaseSave.hxx
index 40048f261..2410b0a71 100644
--- a/src/DatabaseSave.hxx
+++ b/src/DatabaseSave.hxx
@@ -20,17 +20,16 @@
#ifndef MPD_DATABASE_SAVE_HXX
#define MPD_DATABASE_SAVE_HXX
-#include "gerror.h"
-
#include <stdio.h>
struct Directory;
class TextFile;
+class Error;
void
db_save_internal(FILE *file, const Directory *root);
bool
-db_load_internal(TextFile &file, Directory *root, GError **error);
+db_load_internal(TextFile &file, Directory *root, Error &error);
#endif