aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Editor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/Editor.hxx')
-rw-r--r--src/db/update/Editor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/Editor.hxx b/src/db/update/Editor.hxx
index b1c99095f..fc08c2659 100644
--- a/src/db/update/Editor.hxx
+++ b/src/db/update/Editor.hxx
@@ -31,8 +31,8 @@ class DatabaseEditor final {
UpdateRemoveService remove;
public:
- DatabaseEditor(EventLoop &_loop)
- :remove(_loop) {}
+ DatabaseEditor(EventLoop &_loop, DatabaseListener &_listener)
+ :remove(_loop, _listener) {}
/**
* Caller must lock the #db_mutex.