diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h index 8a56e8d..c12c710 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h @@ -30,11 +30,9 @@ public: CommandObjectMultiwordCommands (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordCommands (); - + ~CommandObjectMultiwordCommands() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectCommands_h_ +#endif // liblldb_CommandObjectCommands_h_ |