X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_XYZ.cpp;h=22588c1ed63e303885758c2868472c2e5cd9635b;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=6d4b97c2fc9f6139ee2048291d5f07c45798c752;hpb=9e869ede4d8c56262bb20534543c2bf56cd6a91b;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_XYZ.cpp b/src/GeomAPI/GeomAPI_XYZ.cpp index 6d4b97c2f..22588c1ed 100644 --- a/src/GeomAPI/GeomAPI_XYZ.cpp +++ b/src/GeomAPI/GeomAPI_XYZ.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_XYZ.cpp // Created: 23 Apr 2014 // Author: Mikhail PONIKAROV @@ -6,7 +8,7 @@ #include -#define MY_XYZ static_cast(myImpl) +#define MY_XYZ implPtr() GeomAPI_XYZ::GeomAPI_XYZ(const double theX, const double theY, const double theZ) : GeomAPI_Interface(new gp_XYZ(theX, theY, theZ))