]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Unify patch series summary
[stockfish] / src / position.h
index 9668368a1bd9e3169f0a90798e838408e4b1fee3..b2cb4baf10c1a946670544e01aa0511d81cd2ea3 100644 (file)
@@ -310,7 +310,7 @@ private:
   void allow_ooo(Color c);
 
   // Helper functions for doing and undoing moves
-  void do_capture_move(PieceType capture, Color them, Square to, bool ep);
+  void do_capture_move(Bitboard& key, PieceType capture, Color them, Square to, bool ep);
   void do_castle_move(Move m);
   void undo_castle_move(Move m);
   void find_checkers();