X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=74d6e7617983e5e244690eec8157d4b09996d17d;hb=9315ba60e68198452940a57292f27e37bc3b6ed2;hp=f3dba3518de32c4fb4d5fa39350d0d2fffe6face;hpb=2af2c67650c4ac2531e6ab2753830f91c0999876;p=stockfish diff --git a/src/thread.h b/src/thread.h index f3dba351..74d6e761 100644 --- a/src/thread.h +++ b/src/thread.h @@ -71,7 +71,7 @@ public: CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; - ContinuationHistory contHistory; + ContinuationHistory continuationHistory; Score contempt; };