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:
parent
0a04869f05
commit
f97f33f111
@ -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) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user