aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectMemory.h')
-rw-r--r--source/Commands/CommandObjectMemory.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectMemory.h b/source/Commands/CommandObjectMemory.h
index b044921ae077..cf5b4419746c 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_