mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
Added missing virtual App::~App() (#98)
* Added missing virtual App::~App() * fixed destructor style
This commit is contained in:
parent
5d9a5636bc
commit
4f6bbba317
@ -197,6 +197,9 @@ class App {
|
||||
set_help_flag("-h,--help", "Print this help message and exit");
|
||||
}
|
||||
|
||||
/// virtual destructor
|
||||
virtual ~App() = default;
|
||||
|
||||
/// Set a callback for the end of parsing.
|
||||
///
|
||||
/// Due to a bug in c++11,
|
||||
|
Loading…
x
Reference in New Issue
Block a user