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

0025075: BRepMesh - eliminate new x86_64 compiler warnings

BRepMesh - fix compilation without TBB support

Code style
This commit is contained in:
kgv
2014-07-17 13:34:05 +04:00
committed by bugmaster
parent c308fbd7c7
commit f29db51421
3 changed files with 19 additions and 19 deletions

View File

@@ -61,8 +61,8 @@ public:
//! \param theWires wires that should be checked.
//! \param theStatus shared flag to set status of the check.
BRepMesh_WireInterferenceChecker(
const std::vector<BRepMesh_WireChecker::SegmentsTree>& theWires,
BRepMesh_Status* theStatus);
const std::vector<BRepMeshCol::SegmentsTree>& theWires,
BRepMesh_Status* theStatus);
#endif
//! Checker's body.