]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintBase.h
Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.h
index b027076cc5ce6e8ba1e990050fa8dccc8d4c8872..7299aabe0fe3e19d216c3b05a5fe2c2363fe24d8 100644 (file)
@@ -51,7 +51,7 @@ class SketchPlugin_ConstraintBase : public SketchPlugin_Constraint, public GeomA
 
   /// 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);
 
  protected:
   /// \brief Use plugin manager for features creation