X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Region.cxx;h=a53ddc78507d851add33c532b38790a02c26628a;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=f9e1547b472474d08dad14cd30afdc173ae92df1;hpb=0676b7539aa0e59468673e1d3b44ea8a897aa9fc;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Region.cxx b/src/HYDROGUI/HYDROGUI_Region.cxx index f9e1547b..a53ddc78 100644 --- a/src/HYDROGUI/HYDROGUI_Region.cxx +++ b/src/HYDROGUI/HYDROGUI_Region.cxx @@ -32,8 +32,9 @@ HYDROGUI_Region::HYDROGUI_Region( SUIT_DataObject* theParent, Handle(HYDROData_Region) theData, - const QString& theParentEntry ) -: HYDROGUI_DataObject( theParent, theData, theParentEntry ), CAM_DataObject( theParent ) + const QString& theParentEntry, + const bool theIsInOperation ) +: HYDROGUI_DataObject( theParent, theData, theParentEntry, theIsInOperation ), CAM_DataObject( theParent ) { }