NasalPositioned: Update for nasal::Ghost changes in SimGear
This commit is contained in:
parent
105cba0bda
commit
741c3c892c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ naRef to_nasal_helper(naContext c, flightgear::Approach* iap)
|
|||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
static naRef f_navaid_course(naContext, FGNavRecord& nav)
|
||||
static naRef f_navaid_course(FGNavRecord& nav, naContext)
|
||||
{
|
||||
if( !( nav.type() == FGPositioned::ILS
|
||||
|| nav.type() == FGPositioned::LOC
|
||||
|
|
Loading…
Add table
Reference in a new issue