X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=67cca4bba5d2c96e4bc1f7a12839e895c4fc0fbd;hp=234da26dbf72fa2d63f39ac66b9a10f8002e6c67;hb=8c328787016f67e7308c709a9a69455f47a8f77c;hpb=0c5e89e3e19107a8b525b5a99adea0dd1740517f diff --git a/src/position.h b/src/position.h index 234da26d..67cca4bb 100644 --- a/src/position.h +++ b/src/position.h @@ -290,7 +290,7 @@ private: void allow_ooo(Color c); // Helper functions for doing and undoing moves - void do_capture_move(Bitboard& key, PieceType capture, Color them, Square to, bool ep); + void do_capture_move(Key& key, PieceType capture, Color them, Square to, bool ep); void do_castle_move(Move m); void undo_castle_move(Move m); void find_checkers();