X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Curve.h;h=70bafd8299240d441fea44ac9f4d8de6a0a73b2c;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=2d942dd7cf5da18decc27817e35ab4dc41a00d9e;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;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