summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-04-30 19:40:39 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2014-05-07 19:48:32 (GMT)
commit325599caa2974f30d35f9ad0dbe1fc0760290b3e (patch)
treecda65fc2558c65435fefaad29434b5dfb5eb599f /Source/cmGlobalVisualStudio8Generator.cxx
parentac4106c69abea254e6a887dd42997fcdaca3a001 (diff)
downloadCMake-325599caa2974f30d35f9ad0dbe1fc0760290b3e.zip
CMake-325599caa2974f30d35f9ad0dbe1fc0760290b3e.tar.gz
CMake-325599caa2974f30d35f9ad0dbe1fc0760290b3e.tar.bz2
cmGlobalGenerator: Store targets in hash maps
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index e80df84..e6672a8 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -341,7 +341,7 @@ void cmGlobalVisualStudio8Generator::Generate()
if(this->AddCheckTarget())
{
// All targets depend on the build-system check target.
- for(std::map<std::string,cmTarget *>::const_iterator
+ for(TargetMap::const_iterator
ti = this->TotalTargets.begin();
ti != this->TotalTargets.end(); ++ti)
{