]> git.sesse.net Git - stockfish/blobdiff - src/endgame.h
Use size_t consistently across thread code
[stockfish] / src / endgame.h
index 8a42eda29d1393891415af23f2e22d919c316955..d7a7681abd985910b8ddf53254a4ab4394f64dc2 100644 (file)
@@ -89,7 +89,7 @@ struct Endgame : public EndgameBase<T> {
   T operator()(const Position&) const;
 
 private:
-  const Color strongSide, weakSide;
+  Color strongSide, weakSide;
 };