diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h index 7b66378..d99a2b0 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h @@ -30,12 +30,9 @@ public: CommandObjectMultiwordTarget (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordTarget (); - - + ~CommandObjectMultiwordTarget() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectTarget_h_ +#endif // liblldb_CommandObjectTarget_h_ |