]> git.sesse.net Git - stockfish/blobdiff - src/endgame.h
Fix a MSVC warning at W4
[stockfish] / src / endgame.h
index 453d8b29d47d98780fb8a04bb00da8efed95ff8c..392788cfe9fbdc12373ce304cdcf45f748172caf 100644 (file)
@@ -90,7 +90,7 @@ struct Endgame : public EndgameBase<T> {
   T operator()(const Position&) const;
 
 private:
-  const Color strongSide, weakSide;
+  Color strongSide, weakSide;
 };