Salome HOME
Python 3 porting & Multi-study removing
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_Hypothesis_2D.hxx
index 2ea7f717e64c33f372977a885a5c2bffaaa184dc..6f2d624facade6680f253ef5d582c5ee14634985 100644 (file)
@@ -33,7 +33,7 @@ class GMSHPLUGIN_EXPORT  GMSHPlugin_Hypothesis_2D: public GMSHPlugin_Hypothesis
 {
 public:
 
-  GMSHPlugin_Hypothesis_2D(int hypId, int studyId, SMESH_Gen * gen);
+  GMSHPlugin_Hypothesis_2D(int hypId, SMESH_Gen * gen);
 
 };