Salome HOME
Fix compilation error on Windows
authorvsv <vsv@opencascade.com>
Thu, 9 Mar 2017 09:45:54 +0000 (12:45 +0300)
committervsv <vsv@opencascade.com>
Thu, 9 Mar 2017 09:46:12 +0000 (12:46 +0300)
src/FeaturesAPI/FeaturesAPI_Rotation.h

index c123f02e9fd9c24ac8825be666b7536a952d8ddc..a8b17d302001a009aaeddc841a3cc2a49b9f19ec 100644 (file)
@@ -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);