Skip to content

Commit

Permalink
fix windows linking to clipper - needed by node-mapnik is_solid check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 22, 2013
1 parent 46b3bfb commit 584aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/clipper/include/clipper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PolyTree: public PolyNode
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);
Expand Down

0 comments on commit 584aad0

Please sign in to comment.