]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Small reformat of split()
[stockfish] / src / thread.h
index 5f8ad28e2be4c7f04676a7ba315213145ab88e02..7df9f241e4a64d55d7e3499ca7ad5bb7d1114948 100644 (file)
@@ -167,7 +167,7 @@ public:
 private:
   std::vector<Thread*> threads;
   TimerThread* timer;
-  int maxThreadsPerSplitPoint;
+  size_t maxThreadsPerSplitPoint;
 };
 
 extern ThreadPool Threads;