summaryrefslogtreecommitdiff
path: root/src/ChessArbiter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChessArbiter.hpp')
-rw-r--r--src/ChessArbiter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChessArbiter.hpp b/src/ChessArbiter.hpp
index b874493..c29dd32 100644
--- a/src/ChessArbiter.hpp
+++ b/src/ChessArbiter.hpp
@@ -29,8 +29,8 @@ class ChessArbiter {
/// @brief Use to compute occurences of positions
std::unordered_map<std::string, char> positions;
/// @brief FEN methods used internally
- void SetFEN(std::string);
- void SetFEN(FEN);
+ void SetFEN(const std::string &newfen);
+ void SetFEN(const FEN &fen);
std::string SAN, SAN_last;
char capture;
bool was_enpassant;