]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_RemoveSubShapes.cpp
Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RemoveSubShapes.cpp
index 7279cf44644e6d2c92b26521e99ae1614367a9b9..6a4bf9216791ddedee104354759b86adb747065b 100644 (file)
@@ -103,7 +103,7 @@ void FeaturesPlugin_RemoveSubShapes::execute()
     if(!aBaseShape.get()) {
       return;
     }
-    GeomShapePtr aResultShape = aBaseShape->emptyCopied();
+    aResultShape = aBaseShape->emptyCopied();
 
     // Copy sub-shapes from list to new shape.
     for(int anIndex = 0; anIndex < aSubsNb; ++anIndex) {