Fix incorrect use of UCI::Option of type "combo".

This commit is contained in:
Tomasz Sobczyk
2020-09-11 13:06:53 +02:00
committed by nodchip
parent 98f24570ab
commit 3388c22d71
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ namespace Eval {
UseNNUEMode useNNUE;
std::string eval_file_loaded="None";
static UseNNUEMode nnue_mode_from_option(const std::string& mode)
static UseNNUEMode nnue_mode_from_option(const UCI::Option& mode)
{
if (mode == "false")
return UseNNUEMode::False;