aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/chess_ai.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/chess_ai.hpp b/include/chess_ai.hpp
index efde215..090b4ee 100644
--- a/include/chess_ai.hpp
+++ b/include/chess_ai.hpp
@@ -107,7 +107,8 @@ iterator vector_iterator;
void move_piece(chess_piece piece, unsigned x, unsigned y);
// iterate through the list and return the pointer to change
- square_iterator& iterate_board(square_iterator& it, unsigned x, unsigned y);
+ square_iterator& iterate_board(square_iterator& it, unsigned x,
+ unsigned y);