Commit 4c8fd99e authored by gabime's avatar gabime

small fix

parent e27b45e3
......@@ -103,7 +103,7 @@ private:
std::mutex mutex_;
std::condition_variable item_pushed_cond_;
std::condition_variable item_popped_cond_;
const std::chrono::hours one_hour (1);
static constexpr auto one_hour = std::chrono::hours(1);
};
}
......
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