X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=c762f130ebb2e96ed06824ef87d3c0a652b5e110;hp=6bccde4c4671425cbd1f1c279c3e1f9c6a5b2f75;hb=97e0b0a01e7cd9eb942b76637b6323d0788202ae;hpb=a29dd88f7563c5af871d9adc137218c39586b09c diff --git a/src/thread.h b/src/thread.h index 6bccde4c..c762f130 100644 --- a/src/thread.h +++ b/src/thread.h @@ -20,7 +20,6 @@ #if !defined(THREAD_H_INCLUDED) #define THREAD_H_INCLUDED -#include #include #include "lock.h" @@ -121,7 +120,7 @@ public: void wait_for_stop_or_ponderhit(); void stop_thinking(); void start_thinking(const Position& pos, const Search::LimitsType& limits, - const std::set& searchMoves, bool asyncMode); + const std::set& = std::set(), bool async = false); template Value split(Position& pos, Search::Stack* ss, Value alpha, Value beta, Value bestValue,