Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROData / HYDROData_Profile.h
index 62ecc7414a9ba0cbc483ba1865981ea81aeb1742..3c56846fa142f933433b07a7cce68611d22c3feb 100644 (file)
@@ -240,12 +240,12 @@ protected:
    * Creates new object in the internal data structure. Use higher level objects 
    * to create objects with real content.
    */
-  HYDROData_Profile();
+  HYDRODATA_EXPORT HYDROData_Profile();
 
   /**
    * Destructs properties of the object and object itself, removes it from the document.
    */
-  ~HYDROData_Profile();
+  HYDRODATA_EXPORT ~HYDROData_Profile();
 };
 
 #endif