1
0
Fork 0

NasalPositioned: Update for nasal::Ghost changes in SimGear

This commit is contained in:
Thomas Geymayer 2014-05-18 17:44:39 +02:00
parent 105cba0bda
commit 741c3c892c

View file

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