diff options
Diffstat (limited to 'src/db/update/Service.hxx')
-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 c00b8f42f..a03e451ad 100644 --- a/src/db/update/Service.hxx +++ b/src/db/update/Service.hxx @@ -66,7 +66,7 @@ public: ~UpdateService(); - EventLoop &GetEventLoop() noexcept { + auto &GetEventLoop() const noexcept { return defer.GetEventLoop(); } |