BUG: Finished previous fix.

This commit is contained in:
Brad King 2007-05-28 17:49:03 -04:00
parent b4fb25941a
commit fac5d4845a
1 changed files with 1 additions and 1 deletions

View File

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