From f97f33f1116ba06db47a18b8d0c3ccd9cde33320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 13 Apr 2021 22:56:10 +0200 Subject: [PATCH] Some more build fix --- src/map/mapsforge/rastertile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/mapsforge/rastertile.h b/src/map/mapsforge/rastertile.h index 9e7d9da9..b4a8dbc4 100644 --- a/src/map/mapsforge/rastertile.h +++ b/src/map/mapsforge/rastertile.h @@ -31,6 +31,7 @@ private: class PathInstruction { public: + PathInstruction() : _render(0), _path(0) {} PathInstruction(const Style::PathRender *render, MapData::Path *path) : _render(render), _path(path) {}