diff --git a/src/thread.h b/src/thread.h index e2cbe967..92b35c9b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -111,8 +111,8 @@ public: #endif #ifdef CYCLE_STAT stopwatch::rdtscp_clock::time_point sortCycle; - stopwatch::timer::duration sortCycle { 0 }; - stopwatch::timer::period sortCycle; + stopwatch::timer::duration sortCycle { 0 }; + stopwatch::timer::period sortCycle; #endif #ifdef ENDGAME_LEARNING