mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
mark functions with CM_OVERRIDE
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
* file was successfully written before allowing the original to be
|
||||
* replaced.
|
||||
*/
|
||||
~cmGeneratedFileStream();
|
||||
~cmGeneratedFileStream() CM_OVERRIDE;
|
||||
|
||||
/**
|
||||
* Open an output file by name. This should be used only with a
|
||||
|
||||
Reference in New Issue
Block a user