X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;fp=src%2Fposition.h;h=d3483bcf890e95902d147e456f2cd688458214b9;hp=cc606a5ab00af8dcb0d7a6dbed9ec326997b7222;hb=02e4697055519ed206fa76e4ef9abb9f156cd1a0;hpb=af4b62a593cc4fa6d7d34110c41301028a5c9695 diff --git a/src/position.h b/src/position.h index cc606a5a..d3483bcf 100644 --- a/src/position.h +++ b/src/position.h @@ -179,8 +179,8 @@ public: private: // Initialization helpers (used while setting up a position) void set_castling_right(Color c, Square rfrom); - void set_state(StateInfo* si) const; - void set_check_info(StateInfo* si) const; + void set_state() const; + void set_check_info() const; // Other helpers void move_piece(Square from, Square to);