Fix build
This commit is contained in:
parent
868786eefd
commit
3be5452064
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ void unifyIncompletedRings(std::vector<std::vector<int_pair> >& incompletedRings
|
|||
int leftX, int rightX, int bottomY, int topY, long dbId, int zoom);
|
||||
|
||||
|
||||
void processCoastlines(std::vector<MapDataObject*>& coastLines, int leftX, int rightX, int bottomY, int topY, int zoom,
|
||||
bool showIncompleted, std::vector<MapDataObject*>& res);
|
||||
bool processCoastlines(std::vector<MapDataObject*>& coastLines, int leftX, int rightX, int bottomY, int topY, int zoom,
|
||||
bool showIfThereIncompleted, bool addDebugIncompleted, std::vector<MapDataObject*>& res);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue