X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.h;h=d7a7681abd985910b8ddf53254a4ab4394f64dc2;hp=8a42eda29d1393891415af23f2e22d919c316955;hb=950c8436edc50857b83eb3e0cbaca06407764655;hpb=4eb2d8ce095b284a1e55762548d9821a83a19b3b diff --git a/src/endgame.h b/src/endgame.h index 8a42eda2..d7a7681a 100644 --- a/src/endgame.h +++ b/src/endgame.h @@ -89,7 +89,7 @@ struct Endgame : public EndgameBase { T operator()(const Position&) const; private: - const Color strongSide, weakSide; + Color strongSide, weakSide; };