fixed typo which leads to Linux build fails!

This commit is contained in:
jkriege2 2019-11-24 13:05:57 +01:00
parent 1d6ef0f3ae
commit 2ab5b099d8

View File

@ -127,7 +127,7 @@ class JKQTCOMMON_LIB_EXPORT JKQTPHighResTimer {
/** \brief internal: time stamp of the last call of start() */
LARGE_INTEGER last;
#else
std::chrono::system_clock::timepoint last;
std::chrono::system_clock::time_point last;
#endif
/** \brief internal: timer frequency */
double freq;