X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=fb11344c26e5111c37d65398e903840ce21a24c6;hp=7a27aab1f91cad3b1ef8bc8d2495a86481b8c476;hb=44c320a572188b5875291103edb344c584b91d19;hpb=1982fe25f817c29aef9dd156869a53e520ce3629 diff --git a/src/thread.h b/src/thread.h index 7a27aab1..fb11344c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -67,7 +67,7 @@ public: Position rootPos; Search::RootMoves rootMoves; - Depth rootDepth, completedDepth; + Depth completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory;