Commit 099455db authored by Max Kellermann's avatar Max Kellermann

db/update/Service: convert const to constexpr

parent 3146bf51
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment