diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h index 0aaa74d..804c342 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h @@ -27,11 +27,9 @@ class CommandObjectMultiwordProcess : public CommandObjectMultiword public: CommandObjectMultiwordProcess (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordProcess (); - + ~CommandObjectMultiwordProcess() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectProcess_h_ +#endif // liblldb_CommandObjectProcess_h_ |