Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Boolean.h
index ce70e57bc619a23adb39ed2f23015eab795ec68b..95db064609c677506bd12fb4640afcb6840ad484 100644 (file)
@@ -78,9 +78,7 @@ private:
                     const std::shared_ptr<GeomAPI_Shape> theBaseShape,
                     const ListOfShape& theTools,
                     const std::shared_ptr<GeomAPI_Shape> theResultShape,
-                    GeomAlgoAPI_MakeShape& theMakeShape,
-                    GeomAPI_DataMapOfShapeShape& theMapOfShapes,
-                    const bool theIsStoreAsGenerated = false);
+                    const GeomMakeShapePtr& theMakeShape);
 
 private:
   OperationType myOperationType;