aboutsummaryrefslogtreecommitdiff
path: root/src/fen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fen.hpp')
-rw-r--r--src/fen.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fen.hpp b/src/fen.hpp
index 19f88e2..1bd7f80 100644
--- a/src/fen.hpp
+++ b/src/fen.hpp
@@ -5,5 +5,5 @@
#include "board.hpp"
-void setBoardFen(std::string fen, board *b);
+void setBoardFen(std::string fen, Board *b);
#endif /* SRC_FEN_H_ */