cmMakefileTargetGenerator: Require cmGeneratorTarget.

This commit is contained in:
Stephen Kelly
2015-06-06 14:57:26 +02:00
committed by Brad King
parent bb88668add
commit 5aa556be56
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class cmMakefileTargetGenerator
{
public:
// constructor to set the ivars
cmMakefileTargetGenerator(cmTarget* target);
cmMakefileTargetGenerator(cmGeneratorTarget* target);
virtual ~cmMakefileTargetGenerator();
// construct using this factory call