db/update/Service: convert const to constexpr

This commit is contained in:
Max Kellermann 2016-03-05 19:41:46 +01:00
parent 3146bf51e6
commit 099455db25
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class UpdateService final : DeferredMonitor {
Thread update_thread;
static const unsigned update_task_id_max = 1 << 15;
static constexpr unsigned update_task_id_max = 1 << 15;
unsigned update_task_id;