c++ pedantic

This commit is contained in:
artemp 2014-08-20 16:11:27 +01:00
parent e4b3a46e3e
commit fd7682aab2

View file

@ -46,7 +46,7 @@ mapnik::feature_ptr geojson_featureset::next()
geojson_datasource::item_type const& item = *index_itr_++;
std::size_t index = item.second;
#else
std::size_t const& index = *index_itr_++;
std::size_t index = *index_itr_++;
#endif
if ( index < features_.size())
{