BUG: fix KDev gen to call parent class Generate

This commit is contained in:
Ken Martin 2005-06-09 11:46:39 -04:00
parent 494c843d38
commit 953e059ddf

View File

@ -55,7 +55,7 @@ void cmGlobalKdevelopGenerator::GetDocumentation(cmDocumentationEntry& entry) co
void cmGlobalKdevelopGenerator::Generate() void cmGlobalKdevelopGenerator::Generate()
{ {
this->cmGlobalGenerator::Generate(); this->cmGlobalUnixMakefileGenerator3::Generate();
// for each sub project in the project create // for each sub project in the project create
// a kdevelop project // a kdevelop project
std::map<cmStdString, std::vector<cmLocalGenerator*> >::iterator it; std::map<cmStdString, std::vector<cmLocalGenerator*> >::iterator it;