]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Use new Time class in timed_wait()
[stockfish] / src / misc.h
index cda0ef591192c9852e422447a3a3f57ef91bb1c6..7c33211e884616de3b2cee5648a4b637c89f0540 100644 (file)
@@ -57,7 +57,7 @@ public:
   static Time current_time() { Time t; t.restart(); return t; }
 
 private:
-  my_time_t t;
+  sys_time_t t;
 };
 
 #endif // !defined(MISC_H_INCLUDED)