X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_IGESImport.h;h=37ab90aa7d19069600f733000542ea3b9d74ac21;hb=ff4d5d0f42cf5d24b86b2bd2b6e1f58e74f52032;hp=b7a63865d8b94b8ba2885def2cc762e6f2a3db90;hpb=b004b609d45ba0181546d349878dd279ca0bea33;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h index b7a63865d..37ab90aa7 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h @@ -11,12 +11,12 @@ #include -#include +#include /// Implementation of the import IGES files algorithms GEOMALGOAPI_EXPORT -TopoDS_Shape IGESImport(const std::string& theFileName, - const std::string& theFormatName, - std::string& theError); +std::shared_ptr IGESImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); #endif /* GEOMALGOAPI_IGESIMPORT_H_ */