summaryrefslogtreecommitdiffstats
path: root/source/Commands/CommandObjectSyntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectSyntax.h')
-rw-r--r--source/Commands/CommandObjectSyntax.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/source/Commands/CommandObjectSyntax.h b/source/Commands/CommandObjectSyntax.h
index 47bf85f..1a3e4e0 100644
--- a/source/Commands/CommandObjectSyntax.h
+++ b/source/Commands/CommandObjectSyntax.h
@@ -28,17 +28,14 @@ public:
CommandObjectSyntax (CommandInterpreter &interpreter);
- virtual
- ~CommandObjectSyntax ();
+ ~CommandObjectSyntax() override;
protected:
- virtual bool
- DoExecute (Args& command,
- CommandReturnObject &result);
-
-
+ bool
+ DoExecute(Args& command,
+ CommandReturnObject &result) override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectSyntax_h_
+#endif // liblldb_CommandObjectSyntax_h_
OpenPOWER on IntegriCloud