We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835df8a commit ed70828Copy full SHA for ed70828
include/osmium/area/assembler.hpp
@@ -1086,7 +1086,7 @@ namespace osmium {
1086
// Join all (open) rings in the candidate to get one closed ring.
1087
assert(chosen_cand->rings.size() > 1);
1088
const auto& first_ring = chosen_cand->rings.front().first;
1089
- const ProtoRing& remaining_ring = first_ring.ring();
+ const detail::ProtoRing& remaining_ring = first_ring.ring();
1090
for (auto it = std::next(chosen_cand->rings.begin()); it != chosen_cand->rings.end(); ++it) {
1091
merge_two_rings(open_ring_its, first_ring, it->first);
1092
}
0 commit comments