COMP: Fix VS build.

This commit is contained in:
Brad King 2008-01-17 16:24:51 -05:00
parent b8357db11d
commit 83901b30da
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ bool cmSetPropertyCommand::HandleTestMode()
ti != tests.end(); ++ti)
{
cmTest* test = *ti;
std::set<cmStdString>::const_iterator ni =
std::set<cmStdString>::iterator ni =
this->Names.find(test->GetName());
if(ni != this->Names.end())
{