1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Fix a warning under icc

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-09-14 04:24:04 +02:00
parent 42ed488987
commit 4350d9e8a6

View 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() {