+ avoid unnecessary mapnik::feature_ptr copying

This commit is contained in:
Artem Pavlenko 2012-05-29 11:54:12 +01:00
parent 472e81fe68
commit d85605eba1

View file

@ -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_;
};