From: James Turner Date: Mon, 14 Dec 2015 16:56:42 +0000 (-0600) Subject: Interim windows build fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c467af6bf2f04ddaae2d7937ce6d4b547ab099b;p=flightgear.git Interim windows build fix (real fix to follow shortly) --- diff --git a/src/Navaids/routePath.cxx b/src/Navaids/routePath.cxx index 8f7ccb668..d22043c2f 100644 --- a/src/Navaids/routePath.cxx +++ b/src/Navaids/routePath.cxx @@ -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(); }