Salome HOME
Merge branch 'BR_RIVER' of ssh://git.salome-platform.org/modules/hydro into BR_RIVER
[modules/hydro.git] / src / HYDROData / HYDROData_IProfilesInterpolator.h
index 1b4ec9cd0fdc9d28d81cfc9fdae9f15d44a00858..a98c70fc8334c2d70a3d15afec1f2cb3e8e13f2c 100644 (file)
@@ -115,7 +115,7 @@ public:
    * \param theProfileIndex the profile index [0, <number of profiles to compute>]
    * \return the profile with the given index or empty vector if the index is out of range
    */
-  std::vector<double> GetResultProfile( const int theProfileIndex ) const;
+  HYDRODATA_EXPORT std::vector<double> GetResultProfile( const int theProfileIndex ) const;
 
 protected:
   /**