]> OCCT Git - occt-copy.git/commitdiff
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 363725d4c98cc0b20a346ae420df34da135afa9b..522133baa2dead7f6044edcaef165f1d0104d1a2 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);