From 83901b30da3e42c43b06d1579a86b14be2acf50e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 Jan 2008 16:24:51 -0500 Subject: COMP: Fix VS build. --- Source/cmSetPropertyCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSetPropertyCommand.cxx b/Source/cmSetPropertyCommand.cxx index a0455aa..3b6a53a 100644 --- a/Source/cmSetPropertyCommand.cxx +++ b/Source/cmSetPropertyCommand.cxx @@ -356,7 +356,7 @@ bool cmSetPropertyCommand::HandleTestMode() ti != tests.end(); ++ti) { cmTest* test = *ti; - std::set::const_iterator ni = + std::set::iterator ni = this->Names.find(test->GetName()); if(ni != this->Names.end()) { -- cgit v0.12