polypartition-hole.patch 401 B

12345678910111213141516
  1. diff --git a/thirdparty/misc/polypartition.h b/thirdparty/misc/polypartition.h
  2. index fae7909079..c084bdf74c 100644
  3. --- a/thirdparty/misc/polypartition.h
  4. +++ b/thirdparty/misc/polypartition.h
  5. @@ -71,8 +71,8 @@ class TPPLPoly {
  6. return hole;
  7. }
  8. - void SetHole(bool hole) {
  9. - this->hole = hole;
  10. + void SetHole(bool p_hole) {
  11. + this->hole = p_hole;
  12. }
  13. TPPLPoint &GetPoint(long i) {