X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=2e6014dbe6ebb3170d8275c6da11083d4086c0db;hb=e1dd005583bd6c2aaf58468efc5de86a3936380a;hp=a736f3e677bd0463f7e7db93d1b9af1f9b153954;hpb=7a9f67747f23e837a8691ba9e6e4f0d1fdafff73;p=stockfish diff --git a/src/position.h b/src/position.h index a736f3e6..2e6014db 100644 --- a/src/position.h +++ b/src/position.h @@ -143,8 +143,8 @@ public: void undo_null_move(); // Static Exchange Evaluation - bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const; bool see_ge(Move m, Value threshold = VALUE_ZERO) const; + bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const; // Accessing hash keys Key key() const;