Salome HOME
Support of newer compilers
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_CompSolid.cpp
index c88cac3248d2257c631c505b5b7af7efc495d114..0fdb399fa31098b109dc1c4aa34577bb503dfd9c 100644 (file)
@@ -47,7 +47,8 @@ void BuildPlugin_CompSolid::execute()
       aShape = aSelection->context()->shape();
     anOriginalShapes.push_back(aShape);
   }
-  std::shared_ptr<GeomAlgoAPI_MakeVolume> anAlgo(new GeomAlgoAPI_MakeVolume(anOriginalShapes));
+  std::shared_ptr<GeomAlgoAPI_MakeVolume> anAlgo(
+    new GeomAlgoAPI_MakeVolume(anOriginalShapes, false));
   GeomShapePtr aVolumeRes = anAlgo->shape();
 
   // check and process result of volume maker