X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=7e2f7ddf9e97df0ba9080ffee4893464793a908f;hp=9eab330c07f611de57d20d5e14ddba2edc0a0c2b;hb=2c1ba2ab0dad2421b8ed1bd3c049634f1f00dfc3;hpb=b011818917fc6fddb3b4e4210f4a408eb4779d59 diff --git a/src/uci.cpp b/src/uci.cpp index 9eab330c..7e2f7ddf 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -54,7 +54,7 @@ namespace { /// that we exit gracefully if the GUI dies unexpectedly. In addition to the UCI /// commands, the function also supports a few debug commands. -void uci_loop(const string& args) { +void UCI::loop(const string& args) { Position pos(StartFEN, false, Threads.main_thread()); // The root position string cmd, token;