0027562: Coding - avoid exporting of inline methods
[occt.git] / src / gp / gp_Parab.hxx
index 5730118..8b7b3e4 100644 (file)
@@ -107,7 +107,7 @@ public:
     void SetLocation (const gp_Pnt& P);
   
   //! Changes the local coordinate system of the parabola.
-  Standard_EXPORT void SetPosition (const gp_Ax2& A2);
+  void SetPosition (const gp_Ax2& A2);
   
 
   //! Returns the main axis of the parabola.