1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Some more build fix

This commit is contained in:
Martin Tůma 2021-04-13 22:56:10 +02:00
parent 0a04869f05
commit f97f33f111

View File

@ -31,6 +31,7 @@ private:
class PathInstruction class PathInstruction
{ {
public: public:
PathInstruction() : _render(0), _path(0) {}
PathInstruction(const Style::PathRender *render, MapData::Path *path) PathInstruction(const Style::PathRender *render, MapData::Path *path)
: _render(render), _path(path) {} : _render(render), _path(path) {}