X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Ftestnavs.cxx;h=b7215e8c79e50f8a503895f49c2ec239eff216f6;hb=4a79d82ba62fa4e5be759fa0fc4b20220e8da303;hp=0f1f33619656884f8f61ea11faed33d3810672f4;hpb=78e6d359988861b1acb9450a84d2e384e8777978;p=flightgear.git diff --git a/src/Navaids/testnavs.cxx b/src/Navaids/testnavs.cxx index 0f1f33619..b7215e8c7 100644 --- a/src/Navaids/testnavs.cxx +++ b/src/Navaids/testnavs.cxx @@ -16,7 +16,7 @@ int main() { current_navlist->init( p_nav ); - FGNav *n; + FGNavRecord *n; if ( (n = current_navlist->findByFreq( -93.2 * SG_DEGREES_TO_RADIANS, 45.14 * SG_DEGREES_TO_RADIANS, 3000, 117.30)) != NULL ) @@ -27,7 +27,7 @@ int main() { cout << "not picking up vor. :-(" << endl; } - FGNav *dcs; + FGNavRecord *dcs; if ( (dcs = current_navlist->findByIdent( "DCS", -3.3 * SG_DEGREES_TO_RADIANS, 55.9 * SG_DEGREES_TO_RADIANS))