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; };