]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
Removed FGEnvironmentMgr as a special case in globals, initialization,
[flightgear.git] / src / Cockpit / cockpit.hxx
index c48a1954321988dafb6f39f9c119b4f8d2996b8b..e6c33fb8f1de2bc865c8fd544193fd3259787396 100644 (file)
@@ -32,7 +32,6 @@
 #endif
 
 
-#include "hud.hxx"
 #include "panel.hxx"
 
 // Class fg_Cockpit          This class is a holder for the heads up display
@@ -41,7 +40,7 @@ class fg_Cockpit  {
   private:
     int  Code;
     int  cockpitStatus;
-    SGValue * hud_status;
+    SGPropertyNode * hud_status;
 
   public:
     fg_Cockpit   () : Code(1), cockpitStatus(0) {};