diff --git a/src/pawns.h b/src/pawns.h index a34e5e69..1f930988 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -61,7 +61,7 @@ struct Entry { int castlingRights[COLOR_NB]; }; -typedef HashTable Table; +typedef HashTable Table; Entry* probe(const Position& pos);