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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uci.cpp') diff --git a/src/uci.cpp b/src/uci.cpp index d9972b2..4357e99 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -4,7 +4,7 @@ #include "bot.hpp" #include "misc.hpp" #include "moves.hpp" -#include "zobrist/zobrist.hpp" +#include "zobrist.hpp" #include #include @@ -37,7 +37,7 @@ void LogUci(const std::string &message) { } using namespace std; -Move UciToMove(string uci) { +Move UciToMove(const string uci) { Position from; Position to; -- cgit v1.2.3