X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Dir2d.cpp;h=4cb8149a3999d46e55c58e674aff32820fe3523e;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=abb954f294e260c54d789982eb52f361cf7a9bf5;hpb=70c9f5e2dc706c38c9cde76df9108011512b8680;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir2d.cpp b/src/GeomAPI/GeomAPI_Dir2d.cpp index abb954f29..4cb8149a3 100644 --- a/src/GeomAPI/GeomAPI_Dir2d.cpp +++ b/src/GeomAPI/GeomAPI_Dir2d.cpp @@ -9,7 +9,7 @@ #include -#define MY_DIR static_cast(myImpl) +#define MY_DIR implPtr() GeomAPI_Dir2d::GeomAPI_Dir2d(const double theX, const double theY) : GeomAPI_Interface(new gp_Dir2d(theX, theY))