diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h index 0daef13..7ed08cd 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h @@ -30,11 +30,9 @@ public: CommandObjectMultiwordSource (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordSource (); - + ~CommandObjectMultiwordSource() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectSource.h_h_ +#endif // liblldb_CommandObjectSource_h_ |