Salome HOME
Issue #273: Add copyright string
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Point.h
index 48415b18ccf83a6b3592aa9c226b6b83c6f8dcb9..4d2845c1c0958eb1c5bb9fcca2cf1541cece47f2 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_Point.h
 // Created: 07 May 2014
 // Author:  Artem ZHIDKOV
@@ -58,7 +60,7 @@ class SketchPlugin_Point : public SketchPlugin_Feature
 
   /// Return the distance between the feature and the point
   /// \param thePoint the point
-  virtual double distanceToPoint(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint);
+  virtual double distanceToPoint(const std::shared_ptr<GeomAPI_Pnt2d>& thePoint);
 
   /// Use plugin manager for features creation
   SketchPlugin_Point();