From: szv Date: Thu, 22 Mar 2012 14:35:22 +0000 (+0400) Subject: 0023036: Incorrect initialization of Poly_MakeLoops::Link X-Git-Tag: V6_5_3_beta1~13 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=600519c9132922f6172408c6a3e91dd183e0a504;p=occt-copy.git 0023036: Incorrect initialization of Poly_MakeLoops::Link --- diff --git a/src/Poly/Poly_MakeLoops.hxx b/src/Poly/Poly_MakeLoops.hxx index d0d80801bf..abf47b5eeb 100755 --- a/src/Poly/Poly_MakeLoops.hxx +++ b/src/Poly/Poly_MakeLoops.hxx @@ -56,7 +56,7 @@ public: : node1(0), node2(0), flags(0) {} Link(Standard_Integer theNode1, Standard_Integer theNode2) - : node1(theNode1), node2(theNode2), flags(0) {} + : node1(theNode1), node2(theNode2), flags(1) {} void Reverse() {