]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_Zone.h
Salome HOME
Creat\Edit stream operation.
[modules/hydro.git] / src / HYDROData / HYDROData_Zone.h
index aba5d5ba8c3a8b60dd349ba0558c2cd84d509f35..c0472ea79906d6789cf1a9f6a1d658129750fd57 100644 (file)
@@ -126,12 +126,12 @@ protected:
    * Creates new object in the internal data structure. Use higher level objects 
    * to create objects with real content.
    */
-  HYDROData_Zone();
+  HYDRODATA_EXPORT HYDROData_Zone();
 
   /**
    * Destructs properties of the object and object itself, removes it from the document.
    */
-  ~HYDROData_Zone();
+  HYDRODATA_EXPORT ~HYDROData_Zone();
 
 };