mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
c++ pedantic
This commit is contained in:
parent
e4b3a46e3e
commit
fd7682aab2
@ -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())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user