diff --git a/Code/Common/otbMapnikAdapter.h b/Code/Common/otbMapnikAdapter.h index 60f3f5ca24d88e5f2389fa4ef5a4148018f4eee0..f04c51258c709ab0fe749492d5a00b64ba9c6e50 100644 --- a/Code/Common/otbMapnikAdapter.h +++ b/Code/Common/otbMapnikAdapter.h @@ -81,5 +81,5 @@ typedef mapnik::geometry<vertex2d> geom; static geom* create_geom(mapnik::eGeomType geom_type) { return new geom(geom_type); } #endif } - +}