mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0023304: Copying constructor fails to copy both 'myIndx' variables.
Copy constructor corrected.
This commit is contained in:
parent
606a112a12
commit
50e433aaf2
@ -38,7 +38,7 @@ public:
|
||||
BRepMesh_PairOfIndex(const BRepMesh_PairOfIndex& theOther)
|
||||
{
|
||||
myIndx1 = theOther.myIndx1;
|
||||
myIndx1 = theOther.myIndx2;
|
||||
myIndx2 = theOther.myIndx2;
|
||||
}
|
||||
|
||||
//! Clear indices
|
||||
|
Loading…
x
Reference in New Issue
Block a user