mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0023036: Incorrect initialization of Poly_MakeLoops::Link
This commit is contained in:
parent
4101383eeb
commit
600519c913
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user