Skip to content
Snippets Groups Projects
Commit 72ad8fcc authored by Alexis Girault's avatar Alexis Girault
Browse files

COMP: correct timer clock type

Trigger compilation error on macOSx
parent 3831d400
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ private:
TimerState state;
std::vector<double> lapTimes;
std::vector<std::string> lapNames;
std::chrono::system_clock::time_point wallClockTimeKeeper; ///> time keeper for wall clock time
std::chrono::steady_clock::time_point wallClockTimeKeeper; ///> time keeper for wall clock time
};
///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment