X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=4ae6662017768d5127dc44ea63c79d4dd25f22ff;hp=a9811a9af7352ae74308979a4751721b6bfcc042;hb=ca14345ba26fc40e1039029659f57028f510502f;hpb=7d2a79f0372d67f3d66bd07bf637eae02038831c diff --git a/src/uci.cpp b/src/uci.cpp index a9811a9a..4ae66620 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -108,7 +108,7 @@ namespace { // the thinking time and other parameters from the input string, then starts // the search. - void go(const Position& pos, istringstream& is) { + void go(Position& pos, istringstream& is) { Search::LimitsType limits; string token;