fix type of raster_marker_render_thunk'
This commit is contained in:
parent
cb869e60f3
commit
2aa23eca43
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ struct thunk_renderer
|
|||
pixmap_.add_feature(feature_);
|
||||
}
|
||||
|
||||
void operator()(raster_marker_render_thunk<image_rgba8> const &thunk) const
|
||||
void operator()(raster_marker_render_thunk const &thunk) const
|
||||
{
|
||||
using buf_type = grid_rendering_buffer;
|
||||
using pixfmt_type = typename grid_renderer_base_type::pixfmt_type;
|
||||
|
|
Loading…
Add table
Reference in a new issue