fix typo
This commit is contained in:
parent
21d28c419c
commit
96cc6b5417
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void agg_renderer<T0,T1>::process(line_pattern_symbolizer const& sym,
|
|||
boost::optional<image_ptr> pat;
|
||||
if ((*marker_ptr)->is_bitmap())
|
||||
{
|
||||
boost::optional<image_ptr> pat = (*marker_ptr)->get_bitmap_data();
|
||||
pat = (*marker_ptr)->get_bitmap_data();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue