From b88e941ca2164e58c2edd9935b59956479185b16 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Thu, 15 Nov 2012 08:42:10 +0100 Subject: [PATCH] MSVC compile fix --- src/Autopilot/route_mgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autopilot/route_mgr.cxx b/src/Autopilot/route_mgr.cxx index 9d3c17b08..f28403197 100644 --- a/src/Autopilot/route_mgr.cxx +++ b/src/Autopilot/route_mgr.cxx @@ -946,7 +946,7 @@ flightgear::SID* createDefaultSID(FGRunway* aRunway) w->setFlag(WPT_GENERATED); } - return SID::createTempSID("DEFAULT", aRunway, wpts); + return flightgear::SID::createTempSID("DEFAULT", aRunway, wpts); } void FGRouteMgr::setSID(const char* aIdent) -- 2.39.5