summaryrefslogtreecommitdiffstats
path: root/Source/cmCPackPropertiesGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCPackPropertiesGenerator.h')
-rw-r--r--Source/cmCPackPropertiesGenerator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmCPackPropertiesGenerator.h b/Source/cmCPackPropertiesGenerator.h
index 4372b87..4d092f6 100644
--- a/Source/cmCPackPropertiesGenerator.h
+++ b/Source/cmCPackPropertiesGenerator.h
@@ -29,9 +29,8 @@ public:
std::vector<std::string> const& configurations);
protected:
- virtual void GenerateScriptForConfig(std::ostream& os,
- const std::string& config,
- Indent const& indent);
+ void GenerateScriptForConfig(std::ostream& os, const std::string& config,
+ Indent const& indent) CM_OVERRIDE;
cmLocalGenerator* LG;
cmInstalledFile const& InstalledFile;