fix GCC 10 warnings

This commit is contained in:
Niclas Antti
2020-07-27 10:42:38 +03:00
parent fa40845e0c
commit ffb237628c
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ struct Duration : public Clock::duration
*
* A std::chrono::time_point to go with Clock and Duration.
*/
using TimePoint = std::chrono::time_point<Clock, Duration>;
using TimePoint = std::chrono::steady_clock::time_point;
/**
* @class StopWatch