X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Circ2d.cpp;h=0e0a21a310363b97656f94d14f5b6ecd05f17ee9;hb=69ff21c1bc1af665be9419918f64f5a7d1878cbd;hp=9871e60fb0387d510778839af5823d79d59a9234;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Circ2d.cpp b/src/GeomAPI/GeomAPI_Circ2d.cpp index 9871e60fb..0e0a21a31 100644 --- a/src/GeomAPI/GeomAPI_Circ2d.cpp +++ b/src/GeomAPI/GeomAPI_Circ2d.cpp @@ -18,7 +18,7 @@ #include -#define MY_CIRC2D static_cast(myImpl) +#define MY_CIRC2D implPtr() static gp_Circ2d* newCirc2d(const double theCenterX, const double theCenterY, const gp_Dir2d theDir, const double theRadius)