Part: fix build failures with OCC >= 7.6
This commit is contained in:
@@ -83,7 +83,11 @@ const TopoDS_Face& Part::FaceMaker::Face()
|
||||
return TopoDS::Face(sh);
|
||||
}
|
||||
|
||||
#if OCC_VERSION_HEX >= 0x070600
|
||||
void Part::FaceMaker::Build(const Message_ProgressRange&)
|
||||
#else
|
||||
void Part::FaceMaker::Build()
|
||||
#endif
|
||||
{
|
||||
this->NotDone();
|
||||
this->myShapesToReturn.clear();
|
||||
|
||||
Reference in New Issue
Block a user