X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Pnt2d.cpp;h=a2bab72a78896bd3d07c080401b72fdeb8fa89e2;hb=a5746a7f8fd8bcd555fb16f98e312c86ca1210da;hp=5ef9df175c3eb9f6f18e3386d20b8df1d7acf97c;hpb=4783f146b71a48c651523fcf0e12367bcf3d1fa8;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Pnt2d.cpp b/src/GeomAPI/GeomAPI_Pnt2d.cpp index 5ef9df175..a2bab72a7 100644 --- a/src/GeomAPI/GeomAPI_Pnt2d.cpp +++ b/src/GeomAPI/GeomAPI_Pnt2d.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_Pnt2d.cpp // Created: 29 May 2014 // Author: Artem ZHIDKOV @@ -12,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))