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_++;
|
geojson_datasource::item_type const& item = *index_itr_++;
|
||||||
std::size_t index = item.second;
|
std::size_t index = item.second;
|
||||||
#else
|
#else
|
||||||
std::size_t const& index = *index_itr_++;
|
std::size_t index = *index_itr_++;
|
||||||
#endif
|
#endif
|
||||||
if ( index < features_.size())
|
if ( index < features_.size())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue