]> git.mxchange.org Git - flightgear.git/commitdiff
Interim windows build fix
authorJames Turner <zakalawe@mac.com>
Mon, 14 Dec 2015 16:56:42 +0000 (10:56 -0600)
committerJames Turner <zakalawe@mac.com>
Mon, 14 Dec 2015 16:56:42 +0000 (10:56 -0600)
(real fix to follow shortly)

src/Navaids/routePath.cxx

index 8f7ccb6685af48976cef851ff2f60196b248bac1..d22043c2fb920738e41f2ab27d2403bcc9e0382b 100644 (file)
@@ -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();
 }