]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_Displayer.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / XGUI / XGUI_Displayer.cpp
index 79abb676fa53a737e597b59bb99447934625abfe..8fb825b5bd30d03e02fb398fc82a8d14f012de68 100644 (file)
@@ -26,7 +26,7 @@ XGUI_Displayer::~XGUI_Displayer()
  * Display the feature
  * \param theFeature a feature instance
  */
-void XGUI_Displayer::Display(std::shared_ptr<ModelAPI_Feature> theFeature)
+void XGUI_Displayer::Display(boost::shared_ptr<ModelAPI_Feature> theFeature)
 {
 }
 
@@ -35,7 +35,7 @@ void XGUI_Displayer::Display(std::shared_ptr<ModelAPI_Feature> theFeature)
  * \param theFeature a feature instance
  * \param theFeature a shape
  */
-void XGUI_Displayer::Display(std::shared_ptr<ModelAPI_Feature> theFeature,
+void XGUI_Displayer::Display(boost::shared_ptr<ModelAPI_Feature> theFeature,
                              const TopoDS_Shape& theShape)
 {
   Handle(AIS_InteractiveContext) aContext = myViewer->AISContext();
@@ -51,7 +51,7 @@ void XGUI_Displayer::Display(std::shared_ptr<ModelAPI_Feature> theFeature,
  * \param theFeature a feature instance
  * \param theFeature a shape
  */
-void XGUI_Displayer::Erase(std::shared_ptr<ModelAPI_Feature> theFeature,
+void XGUI_Displayer::Erase(boost::shared_ptr<ModelAPI_Feature> theFeature,
                            const TopoDS_Shape& theShape)
 {
   Handle(AIS_InteractiveContext) aContext = myViewer->AISContext();