X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Union.cpp;fp=src%2FFeaturesPlugin%2FFeaturesPlugin_Union.cpp;h=8120f025dbb4a4176e7820d6355daec0055dea31;hb=fe287b144d91e67a33f4761bd4313dc79ffb20db;hp=ad7a638de10fa2e6effa1ff9bb2e8f63a78fbc58;hpb=f5906e6cb4dac17a7790138d77daba738698ba77;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Union.cpp b/src/FeaturesPlugin/FeaturesPlugin_Union.cpp index ad7a638de..8120f025d 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Union.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Union.cpp @@ -62,7 +62,7 @@ void FeaturesPlugin_Union::execute() std::string anError; int aResultIndex = 0; - std::vector aResultBaseAlgoList; + std::vector aResultBaseAlgoList; ListOfShape aResultShapesList; GeomShapePtr aResultCompound = GeomAlgoAPI_CompoundBuilder::compound(ListOfShape()); @@ -93,7 +93,7 @@ void FeaturesPlugin_Union::execute() } std::shared_ptr aMakeShapeList(new GeomAlgoAPI_MakeShapeList()); - for (std::vector::iterator + for (std::vector::iterator aRBAIt = aResultBaseAlgoList.begin(); aRBAIt != aResultBaseAlgoList.end(); ++aRBAIt) { aMakeShapeList->appendAlgo(aRBAIt->makeShape);