1
0
Fork 0

MSVC compile fix

This commit is contained in:
Frederic Bouvier 2012-11-15 08:42:10 +01:00
parent 78d97fa468
commit b88e941ca2

View file

@ -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)