X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fcockpit.hxx;h=7510574ada47a15625f263b86914d6591c303f3a;hb=72c7dc57fd6a7642c4f998feaa0a76b7d6e8e21d;hp=5873cd67ed405dc0f8c6705767b2162fcf243050;hpb=a71f03b18c1f03e1c362e0e56795c4b0df95cb49;p=flightgear.git diff --git a/src/Cockpit/cockpit.hxx b/src/Cockpit/cockpit.hxx index 5873cd67e..7510574ad 100644 --- a/src/Cockpit/cockpit.hxx +++ b/src/Cockpit/cockpit.hxx @@ -41,6 +41,7 @@ class fg_Cockpit { private: int Code; int cockpitStatus; + SGPropertyNode * hud_status; public: fg_Cockpit () : Code(1), cockpitStatus(0) {};