From 3be54520643b16cf0b67393149f4946f27d9ed50 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 27 May 2012 12:30:02 +0200 Subject: [PATCH] Fix build --- Osmand-kernel/osmand/src/multipolygons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Osmand-kernel/osmand/src/multipolygons.h b/Osmand-kernel/osmand/src/multipolygons.h index 0c88c72a2a..c204948a86 100644 --- a/Osmand-kernel/osmand/src/multipolygons.h +++ b/Osmand-kernel/osmand/src/multipolygons.h @@ -22,7 +22,7 @@ void unifyIncompletedRings(std::vector >& incompletedRings int leftX, int rightX, int bottomY, int topY, long dbId, int zoom); -void processCoastlines(std::vector& coastLines, int leftX, int rightX, int bottomY, int topY, int zoom, - bool showIncompleted, std::vector& res); +bool processCoastlines(std::vector& coastLines, int leftX, int rightX, int bottomY, int topY, int zoom, + bool showIfThereIncompleted, bool addDebugIncompleted, std::vector& res); #endif