X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.h;h=9acf78f5ab46bd8b61f88c592d3213f8956615b9;hb=564456a6a824bfca26d6d9af5b35a055eb9fc6c2;hp=73c831006bfad7994adb9ba693d8dd7ccdf20730;hpb=ff5a6f8df196d61a0d9b1ebe54d84eeb9af20079;p=stockfish diff --git a/src/material.h b/src/material.h index 73c83100..9acf78f5 100644 --- a/src/material.h +++ b/src/material.h @@ -62,7 +62,7 @@ struct Entry { uint8_t factor[COLOR_NB]; }; -typedef HashTable Table; +using Table = HashTable; Entry* probe(const Position& pos);