mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
mark functions with CM_OVERRIDE
This commit is contained in:
@@ -26,10 +26,10 @@ public:
|
||||
* Construct generator
|
||||
*/
|
||||
cmCPackTarCompressGenerator();
|
||||
virtual ~cmCPackTarCompressGenerator();
|
||||
~cmCPackTarCompressGenerator() CM_OVERRIDE;
|
||||
|
||||
protected:
|
||||
virtual const char* GetOutputExtension() { return ".tar.Z"; }
|
||||
const char* GetOutputExtension() CM_OVERRIDE { return ".tar.Z"; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user