MSVC compile fix
This commit is contained in:
parent
78d97fa468
commit
b88e941ca2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue