From 2c1b27e2717d05e9884adf24a494bdd25163ebe5 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 9 Mar 2017 12:45:54 +0300 Subject: [PATCH] Fix compilation error on Windows --- src/FeaturesAPI/FeaturesAPI_Rotation.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2