Salome HOME
IPAL9154
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.h
index ec68ea5b11a909cd2b39a306f92116f20c3ba302..f94695cd58bd313e827965d3afc549aae22e2922 100644 (file)
@@ -39,6 +39,7 @@ class SVTK_ViewWindow;
 class SVTK_Selector;
 
 class SalomeApp_SelectionMgr;
+class SMESHGUI;
 
 #include <CORBA.h>
 
@@ -114,7 +115,7 @@ namespace SMESH{
 
   void SetPickable(SMESH_Actor* theActor = NULL);
 
-  void UpdateSelectionProp();
+  void UpdateSelectionProp( SMESHGUI* );
 
 
   //----------------------------------------------------------------------------