Interim windows build fix
(real fix to follow shortly)
This commit is contained in:
parent
e5fa1a5ab1
commit
9c467af6bf
1 changed files with 2 additions and 1 deletions
|
@ -1281,5 +1281,6 @@ SGGeod RoutePath::positionForDistanceFrom(int index, double distanceM) const
|
|||
|
||||
SGGeod RoutePath::positionAlongVia(Via* via, int previousIndex, double distanceM) const
|
||||
{
|
||||
|
||||
SG_LOG(SG_NAVAID, SG_ALERT, "RoutePath::positionAlongVia not implemented");
|
||||
return SGGeod();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue