diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-27 21:25:27 +0200 |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-27 23:24:38 +0200 |
commit | a7a92390964ea5aa7021f71ee69fcc71c4229516 (patch) | |
tree | e3166be65e2636a423a47411c6e107db1f1f6453 /Source/cmCPackPropertiesGenerator.h | |
parent | 9e2d6f0c4d19e1ae1652071ea783ad577ea93e28 (diff) | |
download | cmake-a7a92390964ea5aa7021f71ee69fcc71c4229516.tar.gz |
mark functions with CM_OVERRIDE
Diffstat (limited to 'Source/cmCPackPropertiesGenerator.h')
-rw-r--r-- | Source/cmCPackPropertiesGenerator.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmCPackPropertiesGenerator.h b/Source/cmCPackPropertiesGenerator.h index 4372b87115..4d092f6c49 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; |