Small improvment to Position::fen()

No functional change.
This commit is contained in:
Marco Costalba
2013-12-03 10:09:17 +01:00
parent c7e7d9217b
commit e6c9ce6358
2 changed files with 13 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ public:
static void init();
// Text input/output
void set(const std::string& fen, bool isChess960, Thread* th);
void set(const std::string& fenStr, bool isChess960, Thread* th);
const std::string fen() const;
const std::string pretty(Move m = MOVE_NONE) const;