From 96791e7ab670176d25e313caf2a428e21ccef168 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 10 Aug 2026 17:17:49 +0200 Subject: folowing the lint suggestions --- src/board/fen.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/board/fen.hpp') diff --git a/src/board/fen.hpp b/src/board/fen.hpp index 7af3db3..f52afe5 100644 --- a/src/board/fen.hpp +++ b/src/board/fen.hpp @@ -5,5 +5,5 @@ #include "board.hpp" -void setBoardFen(const std::string fen, Game *b); +void setBoardFen(const std::string &fen, Game *b); #endif /* SRC_FEN_H_ */ -- cgit v1.2.3