Salome HOME
Merge V9_dev branch into master
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPlugin_Hypothesis.cxx
index ab47494e579f8cddea2c8729c1d51505243e8ee4..6b6cc2534547655efea7993b52750b22dc839976 100644 (file)
@@ -40,8 +40,8 @@ using namespace std;
 //function : GHS3DPlugin_Hypothesis
 //=======================================================================
 
-GHS3DPlugin_Hypothesis::GHS3DPlugin_Hypothesis(int hypId, int studyId, SMESH_Gen * gen)
-  : SMESH_Hypothesis(hypId, studyId, gen),
+GHS3DPlugin_Hypothesis::GHS3DPlugin_Hypothesis(int hypId, SMESH_Gen * gen)
+  : SMESH_Hypothesis(hypId, gen),
     myToMeshHoles(DefaultMeshHoles()),
     myToMakeGroupsOfDomains(DefaultToMakeGroupsOfDomains()),
     myMaximumMemory(-1),