Salome HOME
refs #426: grammatic error
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Region.h
index b9e705d2006b5691546278793d90705552549dfe..b6db313f3bef027a6b711e68a60225ca843bd4b1 100644 (file)
@@ -47,10 +47,12 @@ public:
    * \param theParent parent data object
    * \param theData reference to the corresponding object from data structure
    * \param theParentEntry entry of the parent data object (for reference objects)
+   * \param theIsInOperation if true then the tree is used for a browser within an operation, it is false by default
    */
-  HYDROGUI_Region( SUIT_DataObject* theParent,
+  HYDROGUI_Region( SUIT_DataObject*         theParent,
                    Handle(HYDROData_Region) theData,
-                   const QString& theParentEntry );
+                   const QString&           theParentEntry,
+                   const bool               theIsInOperation = false );
 
   bool isDropAccepted() const { return true; }