diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/Service.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/Service.hxx b/src/db/update/Service.hxx index cc5a61588..936c2bb55 100644 --- a/src/db/update/Service.hxx +++ b/src/db/update/Service.hxx @@ -61,7 +61,7 @@ class UpdateService final : DeferredMonitor { public: UpdateService(EventLoop &_loop, SimpleDatabase &_db, - LocalStorage &_storage, + Storage &_storage, DatabaseListener &_listener); /** |