]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Limit history range to +-2000
[stockfish] / src / position.h
index 222cd92c9f464a382e40de7093f80f77d675db6e..b811e8c62597b1ee7a3d2152fc54d249c3661fea 100644 (file)
@@ -123,7 +123,7 @@ public:
   void print(Move m = MOVE_NONE) const;
 
   // Copying
-  void flipped_copy(const Position& pos);
+  void flip();
 
   // The piece on a given square
   Piece piece_on(Square s) const;