X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPExport.h;h=5376a050b1c43092d50f99d4106bd9bc2509e1e1;hb=f0cec241aae9ca16d86e166f45cb5c4987d2c792;hp=2011617af76b05b67995d6a047abf1fce0a339c2;hpb=0479361746467f244b7ccfd1d25443677bdea8a6;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h index 2011617af..5376a050b 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h @@ -11,13 +11,13 @@ #include -#include +#include /// Implementation of the export STEP files algorithms GEOMALGOAPI_EXPORT bool STEPExport(const std::string& theFileName, const std::string& theFormatName, - const TopoDS_Shape& theShape, + const std::shared_ptr& theShape, std::string& theError); #endif /* GEOMALGOAPI_STEPEXPORT_H_ */