X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fcockpit.hxx;h=7510574ada47a15625f263b86914d6591c303f3a;hb=d982efc4c4d166e144023664b8ac1c63233f5f82;hp=c48a1954321988dafb6f39f9c119b4f8d2996b8b;hpb=576432ec75ce0c8f860e5df503cab37e3b8d9024;p=flightgear.git diff --git a/src/Cockpit/cockpit.hxx b/src/Cockpit/cockpit.hxx index c48a19543..7510574ad 100644 --- a/src/Cockpit/cockpit.hxx +++ b/src/Cockpit/cockpit.hxx @@ -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) {};