X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_XYZ.cpp;h=22588c1ed63e303885758c2868472c2e5cd9635b;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=1b8e0e457f068914f6b433274b42025d7e06844e;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_XYZ.cpp b/src/GeomAPI/GeomAPI_XYZ.cpp index 1b8e0e457..22588c1ed 100644 --- a/src/GeomAPI/GeomAPI_XYZ.cpp +++ b/src/GeomAPI/GeomAPI_XYZ.cpp @@ -8,7 +8,7 @@ #include -#define MY_XYZ static_cast(myImpl) +#define MY_XYZ implPtr() GeomAPI_XYZ::GeomAPI_XYZ(const double theX, const double theY, const double theZ) : GeomAPI_Interface(new gp_XYZ(theX, theY, theZ))