summaryrefslogtreecommitdiff
path: root/Source/cmUnexpectedCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUnexpectedCommand.h')
-rw-r--r--Source/cmUnexpectedCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmUnexpectedCommand.h b/Source/cmUnexpectedCommand.h
index 5e3ac7409a..7154881a4d 100644
--- a/Source/cmUnexpectedCommand.h
+++ b/Source/cmUnexpectedCommand.h
@@ -21,13 +21,13 @@ public:
{
}
- cmCommand* Clone() CM_OVERRIDE
+ cmCommand* Clone() override
{
return new cmUnexpectedCommand(this->Name, this->Error);
}
bool InitialPass(std::vector<std::string> const& args,
- cmExecutionStatus& status) CM_OVERRIDE;
+ cmExecutionStatus& status) override;
private:
std::string Name;