Explorar el Código

BUG: Finished previous fix.

Brad King hace 18 años
padre
commit
fac5d4845a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/cmGlobalXCodeGenerator.cxx

+ 1 - 1
Source/cmGlobalXCodeGenerator.cxx

@@ -2068,7 +2068,7 @@ void cmGlobalXCodeGenerator::CreateGroups(cmLocalGenerator* root,
         cmCustomCommandLines commandLines;
         std::vector<std::string> depends;
         for(std::vector<std::string>::iterator h = headersVec.begin();
-            h != headersVec.end(); ++i)
+            h != headersVec.end(); ++h)
           {
           cmSourceFile* sf 
             = this->CurrentMakefile->GetOrCreateSource(h->c_str());