X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftune.h;h=53d52a65b3bbcf9b55531035c241283dc24a17e1;hp=b5c715b3caa752f5b385a0c161e7776fed8d6d19;hb=4b86ef8c4f8755850b38f2eca026cb9da20c4d01;hpb=64f21ecdae0402bfde4e9f4e61097c99bcae343e 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;