X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIntPatch%2FIntPatch_WLine.lxx;h=6c95ee842ff93394609bf3bd796f0c335561deb1;hp=123bd2f1f87a08163f4dd23736e509b95569b0af;hb=eee615ad2a98d1f55ac157fbee151ffe691ad56e;hpb=93e38faa3bfd82b8b74149033e167c7d2cd0fee0 diff --git a/src/IntPatch/IntPatch_WLine.lxx b/src/IntPatch/IntPatch_WLine.lxx index 123bd2f1f8..6c95ee842f 100644 --- a/src/IntPatch/IntPatch_WLine.lxx +++ b/src/IntPatch/IntPatch_WLine.lxx @@ -98,6 +98,11 @@ inline const IntPatch_Point& IntPatch_WLine::Vertex (const Standard_Integer Inde return svtx(Index); } +inline IntPatch_Point& IntPatch_WLine::ChangeVertex (const Standard_Integer Index) +{ + return svtx(Index); +} + inline void IntPatch_WLine::ClearVertexes() { svtx.Clear();