X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftune.h;h=53d52a65b3bbcf9b55531035c241283dc24a17e1;hb=b82d93ece484f833c994b40d9eddd959ba20ef92;hp=b5c715b3caa752f5b385a0c161e7776fed8d6d19;hpb=bd756ee45ce1181a90ec149892ccf0e4cfe3639e;p=stockfish diff --git a/src/tune.h b/src/tune.h index b5c715b3..53d52a65 100644 --- a/src/tune.h +++ b/src/tune.h @@ -84,7 +84,7 @@ class Tune { static Tune& instance() { static Tune t; return t; } // Singleton - // Use polymorphism to accomodate Entry of different types in the same vector + // Use polymorphism to accommodate Entry of different types in the same vector struct EntryBase { virtual ~EntryBase() = default; virtual void init_option() = 0;