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 470879cd6..fb65abb6e 100644 --- a/src/db/update/Service.hxx +++ b/src/db/update/Service.hxx @@ -110,7 +110,7 @@ private: void RunDeferred() noexcept; /* the update thread */ - void Task(); + void Task() noexcept; void StartThread(UpdateQueueItem &&i); |