]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
In the process of changing, adding and removing files the last few years
[flightgear.git] / src / Cockpit / cockpit.hxx
index c48a1954321988dafb6f39f9c119b4f8d2996b8b..b5749201a3c500cd8de43b3c522ad0820f5d3bc5 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 
-#include "hud.hxx"
+#include <Aircraft/aircraft.hxx>
 #include "panel.hxx"
 
 // Class fg_Cockpit          This class is a holder for the heads up display
@@ -41,7 +41,7 @@ class fg_Cockpit  {
   private:
     int  Code;
     int  cockpitStatus;
-    SGValue * hud_status;
+    SGPropertyNode * hud_status;
 
   public:
     fg_Cockpit   () : Code(1), cockpitStatus(0) {};