Salome HOME
First compilable version
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SymmetryDlg.h
index 1d763eb2e9fd0428df3086d0872f7615addab0ae..0e6ea24f1cb798437970edce9e06f69db8d08a0e 100644 (file)
@@ -28,6 +28,7 @@
 
 // SMESH includes
 #include "SMESH_SMESHGUI.hxx"
+#include "SMESHGUI_Helper.h"
 
 // Qt includes
 #include <QDialog>
@@ -56,7 +57,7 @@ class SMESH_LogicalFilter;
 // class    : SMESHGUI_SymmetryDlg
 // purpose  :
 //=================================================================================
-class SMESHGUI_EXPORT SMESHGUI_SymmetryDlg : public QDialog
+class SMESHGUI_EXPORT SMESHGUI_SymmetryDlg : public QDialog, public SMESHGUI_Helper
 { 
   Q_OBJECT