]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_VersionedChFi.cpp
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_VersionedChFi.cpp
index 466afecc9c78d5adcb1a135d23016272c72f06eb..7dfa2e3394ec18945277654e11746f4ce1cdaada 100644 (file)
@@ -93,8 +93,8 @@ void FeaturesPlugin_VersionedChFi::execute()
                                              aMakeShapeList, *anIt, aPrefix);
     setResult(aResultBody, aResultIndex++);
 
-    for (ListOfShape::iterator anIt = anEdges.begin(); anIt != anEdges.end(); ++anIt) {
-      GeomShapePtr aBase = *anIt;
+    for (ListOfShape::iterator aEIt = anEdges.begin(); aEIt != anEdges.end(); ++aEIt) {
+      GeomShapePtr aBase = *aEIt;
       // Store new faces generated from edges and vertices
       aResultBody->loadGeneratedShapes(aMakeShapeList, aBase, GeomAPI_Shape::EDGE, aPrefix, true);
     }