Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / OperationGUI / OperationGUI_ExtractionDlg.cxx
index 9c9557a5f2e52ef7642bc1ba40330d2cde2a51b4..7837cc027d3ff679747b563a2725e90b9716f1a0 100644 (file)
@@ -1200,7 +1200,7 @@ bool OperationGUI_ExtractionDlg::isValid(QString &)
 //=================================================================================
 GEOM::GEOM_IOperations_ptr OperationGUI_ExtractionDlg::createOperation()
 {
-  return getGeomEngine()->GetIShapesOperations(getStudyId());
+  return getGeomEngine()->GetIShapesOperations();
 }
 
 //=================================================================================