]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
replaced SGValue with SGPropertyNode throughout.
[flightgear.git] / src / Cockpit / cockpit.hxx
index 5873cd67ed405dc0f8c6705767b2162fcf243050..7510574ada47a15625f263b86914d6591c303f3a 100644 (file)
@@ -41,6 +41,7 @@ class fg_Cockpit  {
   private:
     int  Code;
     int  cockpitStatus;
+    SGPropertyNode * hud_status;
 
   public:
     fg_Cockpit   () : Code(1), cockpitStatus(0) {};