Part: fix build failures with OCC >= 7.6
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user