Sync variable names in decl vs def

This commit is contained in:
Miroslav Fontán
2016-11-03 11:45:39 +01:00
committed by Marco Costalba
parent c43146edb7
commit f3cd7002aa
3 changed files with 4 additions and 4 deletions

View File

@@ -128,9 +128,9 @@ public:
bool opposite_bishops() const;
// Doing and undoing moves
void do_move(Move m, StateInfo& st, bool givesCheck);
void do_move(Move m, StateInfo& newSt, bool givesCheck);
void undo_move(Move m);
void do_null_move(StateInfo& st);
void do_null_move(StateInfo& newSt);
void undo_null_move();
// Static Exchange Evaluation