aboutsummaryrefslogtreecommitdiff
path: root/src/fen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fen.cpp')
-rw-r--r--src/fen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fen.cpp b/src/fen.cpp
index 9c3154c..9ddc795 100644
--- a/src/fen.cpp
+++ b/src/fen.cpp
@@ -8,7 +8,7 @@
bool WHITE = true;
bool BLACK = false;
-void setBoardFen(std::string fen, board *b) {
+void setBoardFen(std::string fen, Board *b) {
// example fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
int file = 0;
int rank = 0;