]> git.mxchange.org Git - flightgear.git/commitdiff
NasalPositioned: Update for nasal::Ghost changes in SimGear
authorThomas Geymayer <tomgey@gmail.com>
Sun, 18 May 2014 15:44:39 +0000 (17:44 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Sun, 18 May 2014 15:48:46 +0000 (17:48 +0200)
src/Scripting/NasalPositioned_cppbind.cxx

index 79d24a1d224be4727fd061c98362c2787c0122ee..9f3a1968cf79c1d6bd87e59257094da3504f9457 100644 (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