]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Fix a warning under icc
[stockfish] / src / position.cpp
index cbc64609641061c77b9f1e6dc34bdcdad1b2e77d..feb185cfb39b4ac9739745915aad42dbd0d22130 100644 (file)
@@ -46,7 +46,7 @@ using std::endl;
 
 static inline bool isZero(char c) { return c == '0'; }
 
-struct PieceLetters : std::map<char, Piece> {
+struct PieceLetters : public std::map<char, Piece> {
 
     PieceLetters() {