]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Convert also undo_null_move() to avoid passing UndoInfo object
[stockfish] / src / position.h
index c132c8f88a5bb56c576108f2486ca66dad38997d..7300c9d7bd1b85c8b3125f5220d36ef787ce20d7 100644 (file)
@@ -244,7 +244,7 @@ public:
   void do_move(Move m, UndoInfo &u);
   void undo_move(Move m);
   void do_null_move(UndoInfo &u);
   void do_move(Move m, UndoInfo &u);
   void undo_move(Move m);
   void do_null_move(UndoInfo &u);
-  void undo_null_move(const UndoInfo &u);
+  void undo_null_move();
 
   // Static exchange evaluation
   int see(Square from, Square to) const;
 
   // Static exchange evaluation
   int see(Square from, Square to) const;