match fix from #2466 in 2.3.x branch (although no obvious benefit)
This commit is contained in:
parent
6e8f02c343
commit
40a0326130
1 changed files with 2 additions and 3 deletions
|
@ -46,6 +46,7 @@
|
|||
#include <mapnik/offset_converter.hpp>
|
||||
#include <mapnik/simplify_converter.hpp>
|
||||
#include <mapnik/noncopyable.hpp>
|
||||
#include <mapnik/geometry.hpp>
|
||||
|
||||
// agg
|
||||
#include "agg_conv_clip_polygon.h"
|
||||
|
@ -358,10 +359,8 @@ struct vertex_converter : private mapnik::noncopyable
|
|||
boost::cref(affine_trans),
|
||||
scale_factor)) {}
|
||||
|
||||
template <typename Geometry>
|
||||
void apply(Geometry & geom)
|
||||
void apply(geometry_type & geom)
|
||||
{
|
||||
typedef Geometry geometry_type;
|
||||
disp_.template apply<geometry_type>(geom);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue