diff options
Diffstat (limited to 'thirdparty/misc/patches/polypartition-hole.patch')
-rw-r--r-- | thirdparty/misc/patches/polypartition-hole.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/misc/patches/polypartition-hole.patch b/thirdparty/misc/patches/polypartition-hole.patch new file mode 100644 index 0000000000..2fcb5d1928 --- /dev/null +++ b/thirdparty/misc/patches/polypartition-hole.patch @@ -0,0 +1,15 @@ +diff --git a/thirdparty/misc/polypartition.h b/thirdparty/misc/polypartition.h +index fae7909079..c084bdf74c 100644 +--- a/thirdparty/misc/polypartition.h ++++ b/thirdparty/misc/polypartition.h +@@ -71,8 +71,8 @@ class TPPLPoly { + return hole; + } + +- void SetHole(bool hole) { +- this->hole = hole; ++ void SetHole(bool p_hole) { ++ this->hole = p_hole; + } + + TPPLPoint &GetPoint(long i) { |