summaryrefslogtreecommitdiff
path: root/src/db/DatabaseQueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/DatabaseQueue.hxx')
-rw-r--r--src/db/DatabaseQueue.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/db/DatabaseQueue.hxx b/src/db/DatabaseQueue.hxx
index ac3a2713c..bec65f986 100644
--- a/src/db/DatabaseQueue.hxx
+++ b/src/db/DatabaseQueue.hxx
@@ -22,10 +22,8 @@
struct Partition;
struct DatabaseSelection;
-class Error;
-bool
-AddFromDatabase(Partition &partition, const DatabaseSelection &selection,
- Error &error);
+void
+AddFromDatabase(Partition &partition, const DatabaseSelection &selection);
#endif