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) {}