X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=7df4287a3203df480b706672be1552493a35b627;hp=f09694cc043607a6cd17d0409baf1e96c9537229;hb=ac8e6ff000d3d990ae07297ec60e33a9cfb513b1;hpb=e53774bc49dd0aaa1c129ee98c09e1a56ef974fb diff --git a/src/misc.cpp b/src/misc.cpp index f09694cc..7df4287a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -146,7 +146,7 @@ void dbg_print() { std::ostream& operator<<(std::ostream& os, SyncCout sc) { - static std::mutex m; + static Mutex m; if (sc == IO_LOCK) m.lock();