1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0031020: Coding - invalid inline usage in BRepBlend_AppSurface

BRepBlend_AppSurface and some other classes have been corrected to avoid inlining member functions in .cxx code.
This commit is contained in:
msv
2019-10-01 23:06:35 +03:00
committed by apn
parent 8ba3d978db
commit 746cb7c328
6 changed files with 14 additions and 15 deletions

View File

@@ -862,7 +862,7 @@ Standard_Boolean ShapeFix_Edge::FixSameParameter(const TopoDS_Edge& edge,
//purpose :
//=======================================================================
inline Handle(ShapeBuild_ReShape) ShapeFix_Edge::Context() const
Handle(ShapeBuild_ReShape) ShapeFix_Edge::Context() const
{
return myContext;
}