Fix build

This commit is contained in:
Victor Shcherb 2012-05-27 12:30:02 +02:00
parent 868786eefd
commit 3be5452064

View file

@ -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); 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 processCoastlines(std::vector<MapDataObject*>& coastLines, int leftX, int rightX, int bottomY, int topY, int zoom,
bool showIncompleted, std::vector<MapDataObject*>& res); bool showIfThereIncompleted, bool addDebugIncompleted, std::vector<MapDataObject*>& res);
#endif #endif