diff options
Diffstat (limited to 'source/Commands/CommandObjectSettings.h')
-rw-r--r-- | source/Commands/CommandObjectSettings.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectSettings.h b/source/Commands/CommandObjectSettings.h index eca7ade..93ee919 100644 --- a/source/Commands/CommandObjectSettings.h +++ b/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_ |