Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Region.cxx
index f9e1547b472474d08dad14cd30afdc173ae92df1..a53ddc78507d851add33c532b38790a02c26628a 100644 (file)
@@ -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 )
 {
 }