Part: fix build failures with OCC >= 7.6

This commit is contained in:
wmayer
2022-08-09 18:42:38 +02:00
parent c87e1cc1c2
commit c78e792737
8 changed files with 36 additions and 0 deletions

View File

@@ -103,7 +103,11 @@ void BRepOffsetAPI_MakeOffsetFix::Perform (const Standard_Real Offset, const Sta
mkOffset.Perform(Offset, Alt);
}
#if OCC_VERSION_HEX >= 0x070600
void BRepOffsetAPI_MakeOffsetFix::Build(const Message_ProgressRange&)
#else
void BRepOffsetAPI_MakeOffsetFix::Build()
#endif
{
mkOffset.Build();
}