diff options
Diffstat (limited to 'src/uci.hpp')
| -rw-r--r-- | src/uci.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string> #include <unordered_map> -Move UciToMove(std::string uci); +Move UciToMove(const std::string uci); void LogUci(const std::string &message); void Uci(); Game initBoard( |
