X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Lin2d.h;h=581a90a88b36c18e833054342014ebdab4344f54;hb=50a8df0c6a66da8067b16155e5ae39f8f26a7ebc;hp=3fdda3048163340b611f9800183732be0c186845;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Lin2d.h b/src/GeomAPI/GeomAPI_Lin2d.h index 3fdda3048..581a90a88 100644 --- a/src/GeomAPI/GeomAPI_Lin2d.h +++ b/src/GeomAPI/GeomAPI_Lin2d.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -76,5 +76,9 @@ class GeomAPI_Lin2d : public GeomAPI_Interface std::shared_ptr shiftedLocation(double theShift) const; }; + +//! Pointer on the object +typedef std::shared_ptr GeomLine2dPtr; + #endif