X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=82baa5807b88c2edac488cdee838b149754f8741;hp=f14308afa5fc6b86303baaf6e78204b0e1f13862;hb=45b0aea875860e9f0fe2d0435ee6163906639194;hpb=a16ba5bbd1034417f864476e4ba33d35970557db diff --git a/src/misc.h b/src/misc.h index f14308af..82baa580 100644 --- a/src/misc.h +++ b/src/misc.h @@ -45,7 +45,7 @@ struct Log : public std::ofstream { namespace Time { typedef int64_t point; - point now(); + inline point now() { return system_time_to_msec(); } }