diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-23 23:25:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-23 23:25:07 (GMT) |
commit | 2874b35f5ce3eeb28d19f372cf2cc3ffcb9837df (patch) | |
tree | 385ed9c1f1acd8c28fd894cad0a5127c6ab57999 /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | 66ea097554b4abe398d5046a8ad45e935053d7fc (diff) | |
download | CMake-2874b35f5ce3eeb28d19f372cf2cc3ffcb9837df.zip CMake-2874b35f5ce3eeb28d19f372cf2cc3ffcb9837df.tar.gz CMake-2874b35f5ce3eeb28d19f372cf2cc3ffcb9837df.tar.bz2 |
ENH: try to fix things up for the dashboard
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 6ac963a..a052c86 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -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 ) |