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 fa8f289..21ea778 100644
--- a/src/fen.cpp
+++ b/src/fen.cpp
@@ -9,7 +9,7 @@
bool WHITE = true;
bool BLACK = false;
-void setBoardFen(std::string fen, Board *b) {
+void setBoardFen(std::string fen, Game *b) {
// example fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
int file = 0;
int rank = 0;