Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / BlocksGUI / BlocksGUI_BlockDlg.cxx
index 6f8c2ac0b0e29dabeda7af7ff40a2a5feb1eee77..178ed57f441d40e292ad292e97251a6f47b0c515 100644 (file)
@@ -422,7 +422,7 @@ void BlocksGUI_BlockDlg::enterEvent (QEvent*)
 //=================================================================================
 GEOM::GEOM_IOperations_ptr BlocksGUI_BlockDlg::createOperation()
 {
-  return getGeomEngine()->GetIBlocksOperations(getStudyId());
+  return getGeomEngine()->GetIBlocksOperations();
 }
 
 //=================================================================================