diff options
author | Brad King <brad.king@kitware.com> | 2017-06-08 13:38:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-08 13:38:07 (GMT) |
commit | 62eec34c291572a684cdbc00d2b296295f589f32 (patch) | |
tree | c5b5906fa60d1195284589e201e103fb2dc33831 /Source/CPack/cmCPackDragNDropGenerator.h | |
parent | cab94b7c4f82653796e407c90c8d348e8f45a904 (diff) | |
download | CMake-62eec34c291572a684cdbc00d2b296295f589f32.zip CMake-62eec34c291572a684cdbc00d2b296295f589f32.tar.gz CMake-62eec34c291572a684cdbc00d2b296295f589f32.tar.bz2 |
Add CM_OVERRIDE to CPack generator destructors
Diffstat (limited to 'Source/CPack/cmCPackDragNDropGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackDragNDropGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDragNDropGenerator.h b/Source/CPack/cmCPackDragNDropGenerator.h index ae2cc17..922325c 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.h +++ b/Source/CPack/cmCPackDragNDropGenerator.h @@ -23,7 +23,7 @@ public: cmCPackTypeMacro(cmCPackDragNDropGenerator, cmCPackGenerator); cmCPackDragNDropGenerator(); - virtual ~cmCPackDragNDropGenerator(); + ~cmCPackDragNDropGenerator() CM_OVERRIDE; protected: int InitializeInternal() CM_OVERRIDE; |