Skip to content

Commit

Permalink
doh g++-49! (ref #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Oct 17, 2017
1 parent 275741e commit eae8686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mapbox/geometry/algorithms/detail/boost_adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ struct interior_rings
poly_.resize(1);
}

void resize(std::size_t size)
void resize(std::size_t new_size)
{
poly_.resize(size + 1);
poly_.resize(new_size + 1);
}

std::size_t size() const
Expand Down

0 comments on commit eae8686

Please sign in to comment.