X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPImport.h;h=b206962cbcabd70ea31ad4a1a1397ccccb5fd1e7;hb=ff4d5d0f42cf5d24b86b2bd2b6e1f58e74f52032;hp=0a50607980e7864e544e5bd2063786af950f0e6d;hpb=b004b609d45ba0181546d349878dd279ca0bea33;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h index 0a5060798..b206962cb 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h @@ -12,12 +12,12 @@ #include -#include +#include /// Implementation of the import STEP files algorithms GEOMALGOAPI_EXPORT -TopoDS_Shape STEPImport(const std::string& theFileName, - const std::string& theFormatName, - std::string& theError); +std::shared_ptr STEPImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); #endif /* GEOMALGOAPI_STEPIMPORT_H_ */