X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Ax1.cpp;h=65bc65bb4f60d98b1992494de568347fa9bbe073;hb=4d6bb9de0e54f09a9bbacc94a058cb7cd437d535;hp=dcf5a987a4803e66da6f7a2ab9dfbeb049e06bd8;hpb=64e9d01b48f8c4e6e22919ebceeed715d613485e;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Ax1.cpp b/src/GeomAPI/GeomAPI_Ax1.cpp index dcf5a987a..65bc65bb4 100644 --- a/src/GeomAPI/GeomAPI_Ax1.cpp +++ b/src/GeomAPI/GeomAPI_Ax1.cpp @@ -8,7 +8,7 @@ #include -#define MY_AX1 static_cast(myImpl) +#define MY_AX1 implPtr() //================================================================================================= GeomAPI_Ax1::GeomAPI_Ax1() @@ -63,4 +63,4 @@ std::shared_ptr GeomAPI_Ax1::reversed() std::shared_ptr aPnt(new GeomAPI_Pnt(anAxis.Location().X(), anAxis.Location().Y(), anAxis.Location().Z())); std::shared_ptr aDir(new GeomAPI_Dir(anAxis.Direction().X(), anAxis.Direction().Y(), anAxis.Direction().Z())); return std::shared_ptr(new GeomAPI_Ax1(aPnt, aDir)); -} \ No newline at end of file +}