aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmdCmdSupportInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmdCmdSupportInfo.h')
-rw-r--r--tools/lldb-mi/MICmdCmdSupportInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/lldb-mi/MICmdCmdSupportInfo.h b/tools/lldb-mi/MICmdCmdSupportInfo.h
index a8c22526484d..8dfcfba8ed7d 100644
--- a/tools/lldb-mi/MICmdCmdSupportInfo.h
+++ b/tools/lldb-mi/MICmdCmdSupportInfo.h
@@ -45,11 +45,11 @@ class CMICmdCmdSupportInfoMiCmdQuery : public CMICmdBase
// Overridden:
public:
// From CMICmdInvoker::ICmd
- virtual bool Execute(void);
- virtual bool Acknowledge(void);
- virtual bool ParseArgs(void);
+ bool Execute(void) override;
+ bool Acknowledge(void) override;
+ bool ParseArgs(void) override;
// From CMICmnBase
- /* dtor */ virtual ~CMICmdCmdSupportInfoMiCmdQuery(void);
+ /* dtor */ ~CMICmdCmdSupportInfoMiCmdQuery(void) override;
// Attributes:
private: