From: Frederic Bouvier Date: Thu, 15 Nov 2012 07:42:10 +0000 (+0100) Subject: MSVC compile fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b88e941ca2164e58c2edd9935b59956479185b16;p=flightgear.git MSVC compile fix --- 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)