From 1b006985ba2381a29dd9aa34aec1dafbae224897 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 31 Jul 2026 20:27:02 +0200 Subject: using cpp check on this project --- src/uci.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uci.hpp') diff --git a/src/uci.hpp b/src/uci.hpp index 4564895..372f007 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -5,7 +5,7 @@ #include #include -Move UciToMove(std::string uci); +Move UciToMove(const std::string uci); void LogUci(const std::string &message); void Uci(); Game initBoard( -- cgit v1.2.3