X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Pnt2d.cpp;h=a2bab72a78896bd3d07c080401b72fdeb8fa89e2;hb=a5746a7f8fd8bcd555fb16f98e312c86ca1210da;hp=2bd8e3937982f62d42bc0f6c734cc4712ab2cd3d;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Pnt2d.cpp b/src/GeomAPI/GeomAPI_Pnt2d.cpp index 2bd8e3937..a2bab72a7 100644 --- a/src/GeomAPI/GeomAPI_Pnt2d.cpp +++ b/src/GeomAPI/GeomAPI_Pnt2d.cpp @@ -14,7 +14,7 @@ #include -#define MY_PNT2D static_cast(myImpl) +#define MY_PNT2D implPtr() GeomAPI_Pnt2d::GeomAPI_Pnt2d(const double theX, const double theY) : GeomAPI_Interface(new gp_Pnt2d(theX, theY))