X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_BREPExport.h;h=79f3d99b68ea0edb0193c3e413b083cc17e45587;hb=f0cec241aae9ca16d86e166f45cb5c4987d2c792;hp=de545479e6ba8af584f728a8c8d74ccd2d57b64b;hpb=0479361746467f244b7ccfd1d25443677bdea8a6;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h index de545479e..79f3d99b6 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h @@ -11,13 +11,13 @@ #include -#include +#include /// Implementation of the export BREP files algorithms GEOMALGOAPI_EXPORT bool BREPExport(const std::string& theFileName, const std::string& theFormatName, - const TopoDS_Shape& theShape, + const std::shared_ptr& theShape, std::string& theError); #endif /* GEOMALGOAPI_BREPEXPORT_H_ */