]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
Tweaks for Mips Irix compilers.
[flightgear.git] / src / Cockpit / cockpit.hxx
index 5873cd67ed405dc0f8c6705767b2162fcf243050..c48a1954321988dafb6f39f9c119b4f8d2996b8b 100644 (file)
@@ -41,6 +41,7 @@ class fg_Cockpit  {
   private:
     int  Code;
     int  cockpitStatus;
+    SGValue * hud_status;
 
   public:
     fg_Cockpit   () : Code(1), cockpitStatus(0) {};