Salome HOME
A fix to remove the selection filter by abort the sketch operation.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Curve.cpp
index 53a84581054f743f48e1bb1dafadb93e72b5fde6..9b4f4e26d8e8869945df7aa7a5b24ef34bb93ff5 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        GeomAPI_Curve.cpp
 // Created:     04 Sep 2014
 // Author:      Mikhail PONIKAROV
@@ -19,7 +21,7 @@ GeomAPI_Curve::GeomAPI_Curve()
 {
 }
 
-GeomAPI_Curve::GeomAPI_Curve(const boost::shared_ptr<GeomAPI_Shape>& theShape)
+GeomAPI_Curve::GeomAPI_Curve(const std::shared_ptr<GeomAPI_Shape>& theShape)
   : GeomAPI_Interface(new Handle_Geom_Curve()) // initially it is null
 {
   const TopoDS_Shape& aShape = theShape->impl<TopoDS_Shape>();