mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
fixed typo which leads to Linux build fails!
This commit is contained in:
parent
1d6ef0f3ae
commit
2ab5b099d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user