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