From 9c467af6bf2f04ddaae2d7937ce6d4b547ab099b Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Mon, 14 Dec 2015 10:56:42 -0600
Subject: [PATCH] Interim windows build fix

(real fix to follow shortly)
---
 src/Navaids/routePath.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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();
 }