fix windows linking to clipper - needed by node-mapnik is_solid check
This commit is contained in:
parent
46b3bfb547
commit
584aad0c88
1 changed files with 1 additions and 1 deletions
2
deps/clipper/include/clipper.hpp
vendored
2
deps/clipper/include/clipper.hpp
vendored
|
@ -105,7 +105,7 @@ private:
|
|||
enum JoinType { jtSquare, jtRound, jtMiter };
|
||||
|
||||
bool Orientation(const Polygon &poly);
|
||||
double Area(const Polygon &poly);
|
||||
MAPNIK_DECL double Area(const Polygon &poly);
|
||||
|
||||
void OffsetPolygons(const Polygons &in_polys, Polygons &out_polys,
|
||||
double delta, JoinType jointype = jtSquare, double limit = 0, bool autoFix = true);
|
||||
|
|
Loading…
Add table
Reference in a new issue