X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;fp=src%2Fposition.h;h=670b621ce7452b8b7491da4ce8ed065307eb95d7;hp=d3483bcf890e95902d147e456f2cd688458214b9;hb=24b37e4586ba610d331048446bd036bec5544c4f;hpb=02e4697055519ed206fa76e4ef9abb9f156cd1a0 diff --git a/src/position.h b/src/position.h index d3483bcf..670b621c 100644 --- a/src/position.h +++ b/src/position.h @@ -144,7 +144,7 @@ public: void undo_null_move(); // Static Exchange Evaluation - 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;