Forráskód Böngészése

ENH: try to fix things up for the dashboard

Bill Hoffman 20 éve
szülő
commit
2874b35f5c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 1 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

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