1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +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
{
public:
PathInstruction() : _render(0), _path(0) {}
PathInstruction(const Style::PathRender *render, MapData::Path *path)
: _render(render), _path(path) {}