From: vsv Date: Thu, 9 Mar 2017 09:45:54 +0000 (+0300) Subject: Fix compilation error on Windows X-Git-Tag: V_2.7.0~245 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c1b27e2717d05e9884adf24a494bdd25163ebe5;p=modules%2Fshaper.git Fix compilation error on Windows --- diff --git a/src/FeaturesAPI/FeaturesAPI_Rotation.h b/src/FeaturesAPI/FeaturesAPI_Rotation.h index c123f02e9..a8b17d302 100644 --- a/src/FeaturesAPI/FeaturesAPI_Rotation.h +++ b/src/FeaturesAPI/FeaturesAPI_Rotation.h @@ -77,6 +77,7 @@ public: void setAngle(const ModelHighAPI_Double& theAngle); /// Set center point, start point and end point + FEATURESAPI_EXPORT void setPoints(const ModelHighAPI_Selection& theCenterPoint, const ModelHighAPI_Selection& theStartPoint, const ModelHighAPI_Selection& theEndPoint);