summaryrefslogtreecommitdiffstats
path: root/Source/cmCPackPropertiesGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCPackPropertiesGenerator.h')
-rw-r--r--Source/cmCPackPropertiesGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPackPropertiesGenerator.h b/Source/cmCPackPropertiesGenerator.h
index c5885f2..e580e04 100644
--- a/Source/cmCPackPropertiesGenerator.h
+++ b/Source/cmCPackPropertiesGenerator.h
@@ -29,7 +29,7 @@ public:
protected:
void GenerateScriptForConfig(std::ostream& os, const std::string& config,
- Indent indent) CM_OVERRIDE;
+ Indent indent) override;
cmLocalGenerator* LG;
cmInstalledFile const& InstalledFile;