c++ pedantic
This commit is contained in:
parent
e4b3a46e3e
commit
fd7682aab2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue