Salome HOME
Minor change.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataObject.cxx
index b54120e1db8c83b479857063a5d3cf6496647594..532ae5f282a2c4cc69c93d2643bafe8e9a5f6526 100644 (file)
@@ -107,3 +107,11 @@ QString HYDROGUI_NamedObject::name() const
 {
   return myName;
 }
+
+HYDROGUI_DropTargetObject::HYDROGUI_DropTargetObject( SUIT_DataObject* theParent,
+                                            const QString&   theName,
+                                            const QString&   theParentEntry  )
+: HYDROGUI_NamedObject( theParent, theName, theParentEntry ), CAM_DataObject( theParent )
+{
+}
+