X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Curve.h;h=70bafd8299240d441fea44ac9f4d8de6a0a73b2c;hb=23119d0e90b60ad1157658b29a23052f7c13d0c3;hp=2d942dd7cf5da18decc27817e35ab4dc41a00d9e;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Curve.h b/src/GeomAPI/GeomAPI_Curve.h index 2d942dd7c..70bafd829 100644 --- a/src/GeomAPI/GeomAPI_Curve.h +++ b/src/GeomAPI/GeomAPI_Curve.h @@ -72,4 +72,7 @@ private: double myEnd; }; +//! Pointer on the object +typedef std::shared_ptr GeomCurvePtr; + #endif