From 2ab5b099d83ef999efcee0fea3a734e9a579f4e8 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Sun, 24 Nov 2019 13:05:57 +0100 Subject: [PATCH] fixed typo which leads to Linux build fails! --- lib/jkqtcommon/jkqtphighrestimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jkqtcommon/jkqtphighrestimer.h b/lib/jkqtcommon/jkqtphighrestimer.h index 0f3607749d..46d7097c18 100644 --- a/lib/jkqtcommon/jkqtphighrestimer.h +++ b/lib/jkqtcommon/jkqtphighrestimer.h @@ -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;