]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
Fix two problems:
[flightgear.git] / src / Cockpit / cockpit.hxx
index c48a1954321988dafb6f39f9c119b4f8d2996b8b..7510574ada47a15625f263b86914d6591c303f3a 100644 (file)
@@ -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) {};