Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPoint2D.h
index 29d65a7b23288511f351566c41cdd561c0f26b5f..39421198084235aa6581975d95aaa1ed442d6873 100644 (file)
@@ -64,7 +64,7 @@ signals:
  protected:
   /// Fill the widget values by given point
   /// \param thePoint the point
-  void setPoint(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint);
+  void setPoint(const std::shared_ptr<GeomAPI_Pnt2d>& thePoint);
 
  private:
   QGroupBox* myGroupBox;  ///< the parent group box for all intenal widgets