X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Curve.h;h=70bafd8299240d441fea44ac9f4d8de6a0a73b2c;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=f279a2295ba3dcc57045fe35ac73e6d65c8c59fd;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Curve.h b/src/GeomAPI/GeomAPI_Curve.h index f279a2295..70bafd829 100644 --- a/src/GeomAPI/GeomAPI_Curve.h +++ b/src/GeomAPI/GeomAPI_Curve.h @@ -14,7 +14,8 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or +// email : webmaster.salome@opencascade.com // #ifndef GeomAPI_Curve_H_ @@ -71,4 +72,7 @@ private: double myEnd; }; +//! Pointer on the object +typedef std::shared_ptr GeomCurvePtr; + #endif