Salome HOME
Nerge with PAL/SALOME 2.1.0d
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SymmetryDlg.h
index 76b2375cb71d6b08583e3c66979dd78344dfaa13..c556b34934d01aafc9f273f7070b9021c8b01c79 100644 (file)
@@ -30,7 +30,7 @@
 #define DIALOGBOX_SYMMETRY_H
 
 #include "SALOME_Selection.h"
-#include "SMESH_TypeFilter.hxx"
+#include "SMESH_LogicalFilter.hxx"
 
 // QT Includes
 #include <qdialog.h>
@@ -84,7 +84,7 @@ private:
     bool                          myBusy;
     SMESH::SMESH_Mesh_var         myMesh;
     SMESH_Actor*                  myActor;
-    Handle(SMESH_TypeFilter)      myMeshOrSubMeshFilter;
+    Handle(SMESH_LogicalFilter)   myMeshOrSubMeshOrGroupFilter;
     
     QButtonGroup* GroupConstructors;
     QRadioButton* RadioButton1;