Salome HOME
Minor change.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataObject.cxx
index 0b293cd2912df58e67fb56d336cfad6606565e3b..532ae5f282a2c4cc69c93d2643bafe8e9a5f6526 100644 (file)
@@ -23,9 +23,7 @@
 #include "HYDROGUI_DataObject.h"
 
 #include <HYDROData_Image.h>
-
 #include <SUIT_DataObject.h>
-
 #include <TDF_Tool.hxx>
 
 HYDROGUI_DataObject::HYDROGUI_DataObject( SUIT_DataObject* theParent, 
@@ -109,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 )
+{
+}
+