X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=6ee07d34668d6bcada9cfdd34473a96135c1d6e2;hp=1e92b77625ac18419061353dae1df08e2dfd9acf;hb=5b35c149e833e365c2afb8039ca5c658abc53081;hpb=9a542d96981e6cb45b6b01f17258a078cf27da36 diff --git a/src/thread.h b/src/thread.h index 1e92b776..6ee07d34 100644 --- a/src/thread.h +++ b/src/thread.h @@ -115,8 +115,8 @@ public: void idle_loop(int threadID, SplitPoint* sp); template - void split(Position& pos, SearchStack* ss, Value* alpha, const Value beta, Value* bestValue, - Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType); + Value split(Position& pos, SearchStack* ss, Value alpha, Value beta, Value bestValue, + Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType); private: Thread threads[MAX_THREADS]; Lock threadsLock;