]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Filter root moves filter before copy to threads
[stockfish] / src / uci.cpp
index a9811a9af7352ae74308979a4751721b6bfcc042..4ae6662017768d5127dc44ea63c79d4dd25f22ff 100644 (file)
@@ -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;