Salome HOME
Composite features update due to changes in Extrusion and Revolution algos
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionBoolean.h
index c8962430dc775cf6ed2977aa15804bf2c7e2e98f..b9efd63f6f2fc7fa47dea7e517df0afd5735ef19 100644 (file)
@@ -73,7 +73,7 @@ protected:
   /// Create solids from faces with extrusion.
   virtual void makeSolids(const ListOfShape& theFaces,
                           ListOfShape& theResults,
-                          std::list<std::shared_ptr<GeomAPI_Interface>>& theAlgos);
+                          ListOfMakeShape& theAlgos);
 
 protected:
   FeaturesPlugin_ExtrusionBoolean(){};