X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SelectionOp.h;h=69a5c016c0a5f8bcf46468dcf9b8e6ac4de2e643;hb=1dadb7d2e2350c62b25efa48135d55cd0b704c83;hp=3ad9764e8caa81ec80125c0e69188322055fa61f;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SelectionOp.h b/src/SMESHGUI/SMESHGUI_SelectionOp.h index 3ad9764e8..69a5c016c 100644 --- a/src/SMESHGUI/SMESHGUI_SelectionOp.h +++ b/src/SMESHGUI/SMESHGUI_SelectionOp.h @@ -40,8 +40,10 @@ #include #include CORBA_SERVER_HEADER(SMESH_Mesh) +// OCCT includes +#include + class SUIT_SelectionFilter; -class TColStd_MapOfInteger; class SVTK_ViewWindow; class SVTK_Selector; class SMESH_Actor; @@ -102,7 +104,7 @@ protected: //! Set selection mode in VTK viewer void setSelectionMode( const Selection_Mode ); - //! Hilight object in VTK viewer + //! Highlight object in VTK viewer void highlight( const Handle( SALOME_InteractiveObject )&, const bool, const bool = true );