aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseQueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabaseQueue.hxx')
-rw-r--r--src/DatabaseQueue.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/DatabaseQueue.hxx b/src/DatabaseQueue.hxx
index bae5b1f05..86e75a39b 100644
--- a/src/DatabaseQueue.hxx
+++ b/src/DatabaseQueue.hxx
@@ -20,13 +20,12 @@
#ifndef MPD_DATABASE_QUEUE_HXX
#define MPD_DATABASE_QUEUE_HXX
-#include "gerror.h"
-
struct Partition;
struct DatabaseSelection;
+class Error;
bool
AddFromDatabase(Partition &partition, const DatabaseSelection &selection,
- GError **error_r);
+ Error &error);
#endif