]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/navradio.hxx
GPS data validity clean-up; it was a mess, now it's more robust. Thanks to Dave Luff...
[flightgear.git] / src / Instrumentation / navradio.hxx
index 79a2d87a89d11a1c702b720480ae008dad49f65d..0619962c044b1079aff66a19f5b1170fd7ef8c17 100644 (file)
@@ -115,7 +115,8 @@ class FGNavRadio : public SGSubsystem
     SGPropertyNode_ptr gps_has_gs_node;
     SGPropertyNode_ptr gps_course_node;
     SGPropertyNode_ptr gps_xtrack_error_nm_node;
-  
+    SGPropertyNode_ptr _magvarNode;
+    
     // internal (private) values
 
     int play_count;