X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.h;fp=src%2Fucioption.h;h=d0d655cd9f8825023b5e148edfb684904efba42f;hp=c764ac8bb088636cb8b9aec08aa2e39a2d35773a;hb=b6b0878da807436cd99631ebecc982b31fca7cce;hpb=3a76163aba434fb2edaa333aca506e1eb795a75e diff --git a/src/ucioption.h b/src/ucioption.h index c764ac8b..d0d655cd 100644 --- a/src/ucioption.h +++ b/src/ucioption.h @@ -51,7 +51,7 @@ struct CaseInsensitiveLess { /// Our options container is actually a map with a customized c'tor -struct OptionsMap : std::map { +struct OptionsMap : public std::map { OptionsMap(); std::string print_all() const; };