Browse Source

BUG: fix KDev gen to call parent class Generate

Ken Martin 20 năm trước cách đây
mục cha
commit
953e059ddf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/cmGlobalKdevelopGenerator.cxx

+ 1 - 1
Source/cmGlobalKdevelopGenerator.cxx

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