diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h index eca7adeea76f..93ee91981c10 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h @@ -31,11 +31,9 @@ public: CommandObjectMultiwordSettings (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordSettings (); - + ~CommandObjectMultiwordSettings() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectSettings_h_ +#endif // liblldb_CommandObjectSettings_h_ |