diff options
Diffstat (limited to 'src/interfaces/argument_parser.hpp')
-rw-r--r-- | src/interfaces/argument_parser.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/argument_parser.hpp b/src/interfaces/argument_parser.hpp index 222d9e0..fbf1b2a 100644 --- a/src/interfaces/argument_parser.hpp +++ b/src/interfaces/argument_parser.hpp @@ -15,6 +15,8 @@ struct ParsedArguments class IArgumentParser { public: + virtual ~IArgumentParser() = default; + virtual ParsedArguments parse(const std::vector<option> &options, const std::string_view &short_options, const int &argc, |