Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / RepairGUI / RepairGUI_CloseContourDlg.cxx
index bee3b32f0421496383dbdc4dcd452c44a577f189..957cb087b25a2d2d298f2b1492a78db200fba9ce 100644 (file)
@@ -301,7 +301,7 @@ void RepairGUI_CloseContourDlg::enterEvent (QEvent*)
 //=================================================================================
 GEOM::GEOM_IOperations_ptr RepairGUI_CloseContourDlg::createOperation()
 {
-  return getGeomEngine()->GetIHealingOperations(getStudyId());
+  return getGeomEngine()->GetIHealingOperations();
 }
 
 //=================================================================================