summaryrefslogtreecommitdiffstats
path: root/source/Commands/CommandObjectCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectCommands.h')
-rw-r--r--source/Commands/CommandObjectCommands.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectCommands.h b/source/Commands/CommandObjectCommands.h
index 8a56e8d..c12c710 100644
--- a/source/Commands/CommandObjectCommands.h
+++ b/source/Commands/CommandObjectCommands.h
@@ -30,11 +30,9 @@ public:
CommandObjectMultiwordCommands (CommandInterpreter &interpreter);
- virtual
- ~CommandObjectMultiwordCommands ();
-
+ ~CommandObjectMultiwordCommands() override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectCommands_h_
+#endif // liblldb_CommandObjectCommands_h_
OpenPOWER on IntegriCloud