+ avoid unnecessary mapnik::feature_ptr copying
This commit is contained in:
parent
472e81fe68
commit
d85605eba1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ struct feature_style_processor<Processor>::symbol_dispatch : public boost::stati
|
|||
}
|
||||
|
||||
Processor & output_;
|
||||
mapnik::feature_ptr f_;
|
||||
mapnik::feature_ptr const& f_;
|
||||
proj_transform const& prj_trans_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue