fix windows linking to clipper - needed by node-mapnik is_solid check

This commit is contained in:
Dane Springmeyer 2013-05-22 14:11:28 -07:00
parent 46b3bfb547
commit 584aad0c88

View file

@ -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);