Salome HOME
Bug #334: Different behavior in Edit calculation case input panel.
[modules/hydro.git] / src / HYDROData / HYDROData_Stream.h
index bba1d0a660548289dbe750b584fd034c7210ad77..b1ee6f48ae1a929fa36ae1612d936a30c5c2921d 100644 (file)
@@ -185,7 +185,7 @@ protected:
    * Returns the type of child altitude object.
    * Reimplemented to create stream altitude object.
    */
-  virtual ObjectKind getAltitudeObjectType() const;
+  HYDRODATA_EXPORT virtual ObjectKind getAltitudeObjectType() const;
 
   /**
    * Builds b-spline using interpolation algorithm.
@@ -195,12 +195,12 @@ protected:
   /**
    * Returns default filling color for new object.
    */
-  virtual QColor getDefaultFillingColor() const;
+  HYDRODATA_EXPORT virtual QColor getDefaultFillingColor() const;
 
   /**
    * Returns default border color for new object.
    */
-  virtual QColor getDefaultBorderColor() const;
+  HYDRODATA_EXPORT virtual QColor getDefaultBorderColor() const;
 
 private: