diff options
Diffstat (limited to 'source/Commands/CommandObjectTarget.h')
-rw-r--r-- | source/Commands/CommandObjectTarget.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Commands/CommandObjectTarget.h b/source/Commands/CommandObjectTarget.h index 7b66378..d99a2b0 100644 --- a/source/Commands/CommandObjectTarget.h +++ b/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_ |