diff options
Diffstat (limited to 'source/Commands/CommandObjectMemory.h')
-rw-r--r-- | source/Commands/CommandObjectMemory.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectMemory.h b/source/Commands/CommandObjectMemory.h index b044921..cf5b441 100644 --- a/source/Commands/CommandObjectMemory.h +++ b/source/Commands/CommandObjectMemory.h @@ -23,11 +23,9 @@ class CommandObjectMemory : public CommandObjectMultiword public: CommandObjectMemory (CommandInterpreter &interpreter); - virtual - ~CommandObjectMemory (); + ~CommandObjectMemory() override; }; - } // namespace lldb_private -#endif // liblldb_CommandObjectMemory_h_ +#endif // liblldb_CommandObjectMemory_h_ |