X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_IGESExport.h;h=62781d9ea4ee346b8f64c9fc40f9cca6bcd17c4f;hb=8a57ef42e3538be4b96f796b8ee057c3f39e3053;hp=f701723428a3c28606b29460711c8ad4cce340fb;hpb=0479361746467f244b7ccfd1d25443677bdea8a6;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h index f70172342..62781d9ea 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h @@ -11,13 +11,13 @@ #include -#include +#include /// Implementation of the export IGES files algorithms GEOMALGOAPI_EXPORT bool IGESExport(const std::string& theFileName, const std::string& theFormatName, - const TopoDS_Shape& theShape, + const std::shared_ptr& theShape, std::string& theError); #endif /* GEOMALGOAPI_IGESEXPORT_H_ */