]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx
Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_AnnotationDlg.cxx
index d7b06070f60d1b168b5449142793f140d86d3660..edbb88efadb31837e159bbf1371be2b6bc04c6ba 100755 (executable)
@@ -724,7 +724,7 @@ void MeasureGUI_AnnotationDlg::onDragged( Handle_GEOM_Annotation theAnnotation )
 //=================================================================================
 GEOM::GEOM_IOperations_ptr MeasureGUI_AnnotationDlg::createOperation()
 {
-  return getGeomEngine()->GetILocalOperations( getStudyId() );
+  return getGeomEngine()->GetILocalOperations( );
 }
 
 //=================================================================================