]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / Cockpit / cockpit.hxx
index 5873cd67ed405dc0f8c6705767b2162fcf243050..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,6 +40,7 @@ class fg_Cockpit  {
   private:
     int  Code;
     int  cockpitStatus;
+    SGPropertyNode * hud_status;
 
   public:
     fg_Cockpit   () : Code(1), cockpitStatus(0) {};