X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Pnt2d.h;h=ac6365a717d3fcdba76937ef82c96c8fc9e21976;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=ef633be17ccb9d0836ab3da0d72fc0c34d379535;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Pnt2d.h b/src/GeomAPI/GeomAPI_Pnt2d.h index ef633be17..ac6365a71 100644 --- a/src/GeomAPI/GeomAPI_Pnt2d.h +++ b/src/GeomAPI/GeomAPI_Pnt2d.h @@ -76,5 +76,8 @@ class GeomAPI_Pnt2d : public GeomAPI_Interface bool isEqual(const std::shared_ptr& theOther) const; }; +//! Pointer on the object +typedef std::shared_ptr GeomPnt2dPtr; + #endif