cherry-pick fix from #1787 into 2.1.x
This commit is contained in:
parent
88f8d9951c
commit
42d7263cab
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ struct feature_collection_grammar :
|
|||
> lit(']')
|
||||
;
|
||||
|
||||
feature = eps[_a = construct<feature_ptr>(new_<feature_impl>(ctx_,generate_id_()))]
|
||||
feature = eps[_a = phoenix::construct<mapnik::feature_ptr>(new_<mapnik::feature_impl>(ctx_,generate_id_()))]
|
||||
>> feature_g(*_a)[push_back(_r1,_a)]
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue