Salome HOME
Merge 'master' branch into 'V9_dev' branch.
[modules/geom.git] / src / BasicGUI / BasicGUI_PointDlg.cxx
index 5d7668a8a59bb12a4a6153c44a72877c84d763da..196a624b6f49e11157ac41f8bdfdbb532dafc5fe 100644 (file)
@@ -733,7 +733,7 @@ void BasicGUI_PointDlg::OnPointSelected(const gp_Pnt& thePnt)
 //=================================================================================
 GEOM::GEOM_IOperations_ptr BasicGUI_PointDlg::createOperation()
 {
-  return myGeomGUI->GetGeomGen()->GetIBasicOperations(getStudyId());
+  return myGeomGUI->GetGeomGen()->GetIBasicOperations();
 }
 
 //=================================================================================