COMP: Fix build on mac after change to GetSourceFiles signature.

This commit is contained in:
Brad King 2007-05-28 11:03:11 -04:00
parent 14d50b086f
commit 0fa1bd2f71
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
cmSystemTools::Error("could not find Mac OSX bundle template file.");
}
std::vector<cmSourceFile*>::iterator sourceIt;
std::vector<cmSourceFile*>::const_iterator sourceIt;
for ( sourceIt = this->Target->GetSourceFiles().begin();
sourceIt != this->Target->GetSourceFiles().end();
++ sourceIt )