Salome HOME
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.cpp
index f8ecab3651bc86b653991a2a36cf39d8d55a4a82..63b7b8dd860eb582ff3aa24f33eb6d66266736f6 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_ConstraintBase.cpp
 // Created: 08 May 2014
 // Author:  Artem ZHIDKOV
@@ -20,7 +22,7 @@ void SketchPlugin_ConstraintBase::move(const double theDeltaX, const double theD
 }
 
 double SketchPlugin_ConstraintBase::distanceToPoint(
-    const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint)
+    const std::shared_ptr<GeomAPI_Pnt2d>& thePoint)
 {
   return 0;
 }