diff --git a/test/unit/vertex_adapter/simplify_converters_test.cpp b/test/unit/vertex_adapter/simplify_converters_test.cpp index 49765eca1..b13e3aa69 100644 --- a/test/unit/vertex_adapter/simplify_converters_test.cpp +++ b/test/unit/vertex_adapter/simplify_converters_test.cpp @@ -37,7 +37,7 @@ void simplify(std::string const& wkt_in, double tolerance, std::string const& me output.emplace_back(x, y); } std::string wkt_out; - REQUIRE(mapnik::util::to_wkt(wkt_out, output)); + REQUIRE(mapnik::util::to_wkt(wkt_out, mapnik::geometry::geometry{output})); REQUIRE(wkt_out == expected); } }