X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=74d6e7617983e5e244690eec8157d4b09996d17d;hp=f3dba3518de32c4fb4d5fa39350d0d2fffe6face;hb=12e79be91039796299187ba1b2f1559552642ea4;hpb=2af2c67650c4ac2531e6ab2753830f91c0999876 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; };