summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackBundleGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-08 13:38:07 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-08 13:38:07 (GMT)
commit62eec34c291572a684cdbc00d2b296295f589f32 (patch)
treec5b5906fa60d1195284589e201e103fb2dc33831 /Source/CPack/cmCPackBundleGenerator.h
parentcab94b7c4f82653796e407c90c8d348e8f45a904 (diff)
downloadCMake-62eec34c291572a684cdbc00d2b296295f589f32.zip
CMake-62eec34c291572a684cdbc00d2b296295f589f32.tar.gz
CMake-62eec34c291572a684cdbc00d2b296295f589f32.tar.bz2
Add CM_OVERRIDE to CPack generator destructors
Diffstat (limited to 'Source/CPack/cmCPackBundleGenerator.h')
-rw-r--r--Source/CPack/cmCPackBundleGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackBundleGenerator.h b/Source/CPack/cmCPackBundleGenerator.h
index 861fe4b..a127e7b 100644
--- a/Source/CPack/cmCPackBundleGenerator.h
+++ b/Source/CPack/cmCPackBundleGenerator.h
@@ -21,7 +21,7 @@ public:
cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackDragNDropGenerator);
cmCPackBundleGenerator();
- virtual ~cmCPackBundleGenerator();
+ ~cmCPackBundleGenerator() CM_OVERRIDE;
protected:
int InitializeInternal() CM_OVERRIDE;