ENH: try to fix things up for the dashboard

This commit is contained in:
Bill Hoffman 2006-02-23 18:25:07 -05:00
parent 66ea097554
commit 2874b35f5c
1 changed files with 1 additions and 1 deletions

View File

@ -1266,7 +1266,7 @@ void cmLocalUnixMakefileGenerator3
{
text = "Running external command ...";
}
std::set<cmStdString>::iterator dit;
std::set<cmStdString>::const_iterator dit;
for ( dit = glIt->second.GetUtilities().begin();
dit != glIt->second.GetUtilities().end();
++ dit )