Visualization of fill surfaces.

This commit is contained in:
bubnikv 2016-09-26 13:56:24 +02:00
parent e0d1aa8a1a
commit 790b640521
6 changed files with 314 additions and 26 deletions

View file

@ -134,7 +134,7 @@ namespace boost { namespace polygon {
return t.holes.end();
}
static inline unsigned int size_holes(const ExPolygon& t) {
return t.holes.size();
return (int)t.holes.size();
}
};