Salome HOME
Merge V9_dev branch into master
[modules/geom.git] / src / EntityGUI / EntityGUI_SubShapeDlg.cxx
index 5afbdda1823f801f861c37544f0caf8f0a8c86ea..5230c6ac5b62b271de2e56b5df0dfcff518394fd 100644 (file)
@@ -810,7 +810,7 @@ void EntityGUI_SubShapeDlg::activateSelection()
 //=================================================================================
 GEOM::GEOM_IOperations_ptr EntityGUI_SubShapeDlg::createOperation()
 {
-  return getGeomEngine()->GetIShapesOperations(getStudyId());
+  return getGeomEngine()->GetIShapesOperations();
 }
 
 //=================================================================================