Merge pull request #3845 from mapycz/fix-vertex-adapter-test

Fix vertex_adapter test
This commit is contained in:
Artem Pavlenko 2018-02-05 11:27:44 +01:00 committed by GitHub
commit f4f63a1006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,7 +273,7 @@ SECTION("polygon with empty exterior ring") {
g.emplace_back();
mapnik::geometry::polygon_vertex_adapter<double> va(g);
double x,y;
double x = 0, y = 0;
unsigned cmd;
cmd = va.vertex(&x,&y);