OCC22322 Improvement of Extrema performance Standard_EXPORT directive added to the...
authorSZV <>
Thu, 28 Jul 2011 10:30:24 +0000 (10:30 +0000)
committerbugmaster <bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:29:32 +0000 (19:29 +0400)
src/BRepExtrema/BRepExtrema_DistanceSS.hxx

index 363725d..522133b 100644 (file)
@@ -130,7 +130,7 @@ class BRepExtrema_DistanceSS
  private:
 
   //! computes the distance between two Shapes ( face edge vertex) <br>
-  void Perform(const TopoDS_Shape& S1,const TopoDS_Shape& S2,const Bnd_Box& B1,const Bnd_Box& B2);
+  Standard_EXPORT void Perform(const TopoDS_Shape& S1,const TopoDS_Shape& S2,const Bnd_Box& B1,const Bnd_Box& B2);
 
   //! computes the distance between two vertices <br>
   void Perform(const TopoDS_Vertex& S1,const TopoDS_Vertex& S2);