diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h index 52902ee..90f8236 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h @@ -24,11 +24,9 @@ public: CommandObjectMultiwordThread (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordThread (); - + ~CommandObjectMultiwordThread() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectThread_h_ +#endif // liblldb_CommandObjectThread_h_ |