diff --git a/src/option_manager.hh b/src/option_manager.hh index 32382b68..d7e225fe 100644 --- a/src/option_manager.hh +++ b/src/option_manager.hh @@ -50,6 +50,8 @@ private: class Option { public: + virtual ~Option() = default; + template const T& get() const; template void set(const T& val); template bool is_of_type() const;