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 aa0a9c0..a62ddf4 100644
--- a/include/chess_ai.hpp
+++ b/include/chess_ai.hpp
@@ -134,7 +134,8 @@ iterator vector_iterator;
movement_flag 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);
private: