summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index ee5ff4a..746d645 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/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());