diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/cplusplus/examples/example_command_line.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/cplusplus/examples/example_command_line.cc b/doc/api/cplusplus/examples/example_command_line.cc index cfd07ce1e..b19dd2e63 100644 --- a/doc/api/cplusplus/examples/example_command_line.cc +++ b/doc/api/cplusplus/examples/example_command_line.cc @@ -50,9 +50,7 @@ CommandLine::app_description() const return "This is an example program."; } -CommandLine::~CommandLine() -{ -} +CommandLine::~CommandLine() = default; void examples::show_help_and_exit(const char * const argv[]) |