]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetPoint2dDistance.h
Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPoint2dDistance.h
index 164e78bac87f7d8ecc7010f7c1562642b52b48b5..e80aa393b78b007d0f2fd39a277a0f939a41d257 100644 (file)
@@ -30,7 +30,7 @@ Q_OBJECT
 
  protected:
   /// Set the second point which defines a value in the widget as a distance with a first point defined by feature
-  void setPoint(FeaturePtr theFeature, const boost::shared_ptr<GeomAPI_Pnt2d>& thePnt);
+  void setPoint(FeaturePtr theFeature, const std::shared_ptr<GeomAPI_Pnt2d>& thePnt);
 
  private:
   std::string myFirstPntName;