forked from organicmaps/organicmaps
Fix compilation on GCC.
This commit is contained in:
parent
a3d3b71d4d
commit
99917808f3
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ protected:
|
|||
return;
|
||||
|
||||
typename base_type::holes_accumulator holes(this);
|
||||
way_map_t wayMap;
|
||||
typename base_type::way_map_t wayMap;
|
||||
|
||||
// iterate ways to get 'outer' and 'inner' geometries
|
||||
for (size_t i = 0; i < p->childs.size(); ++i)
|
||||
|
|
Loading…
Add table
Reference in a new issue