From 2874b35f5ce3eeb28d19f372cf2cc3ffcb9837df Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 23 Feb 2006 18:25:07 -0500 Subject: [PATCH] ENH: try to fix things up for the dashboard --- Source/cmLocalUnixMakefileGenerator3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 6ac963aef..a052c86a7 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -1266,7 +1266,7 @@ void cmLocalUnixMakefileGenerator3 { text = "Running external command ..."; } - std::set::iterator dit; + std::set::const_iterator dit; for ( dit = glIt->second.GetUtilities().begin(); dit != glIt->second.GetUtilities().end(); ++ dit )