summaryrefslogtreecommitdiff
path: root/src/db/update/Service.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/Service.hxx')
-rw-r--r--src/db/update/Service.hxx2
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();
}