small fix

This commit is contained in:
gabime 2014-02-22 10:07:21 +02:00
parent e27b45e3f0
commit 4c8fd99e27
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};
}