mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
mark functions with CM_OVERRIDE
This commit is contained in:
@@ -18,11 +18,11 @@ class cmMakefileExecutableTargetGenerator : public cmMakefileTargetGenerator
|
||||
{
|
||||
public:
|
||||
cmMakefileExecutableTargetGenerator(cmGeneratorTarget* target);
|
||||
virtual ~cmMakefileExecutableTargetGenerator();
|
||||
~cmMakefileExecutableTargetGenerator() CM_OVERRIDE;
|
||||
|
||||
/* the main entry point for this class. Writes the Makefiles associated
|
||||
with this target */
|
||||
virtual void WriteRuleFiles();
|
||||
void WriteRuleFiles() CM_OVERRIDE;
|
||||
|
||||
protected:
|
||||
virtual void WriteExecutableRule(bool relink);
|
||||
|
||||
Reference in New Issue
Block a user