]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.hxx
fix ugly aliasing effects in moving scales (caused by integer calculation
[flightgear.git] / src / Cockpit / cockpit.hxx
index cd97859b03c96d294c390869a4d26c624dad4da4..b3d7b420eb317abc2f2f194d8d679b88aa26a602 100644 (file)
@@ -41,7 +41,7 @@ class fg_Cockpit  {
   private:
     int  Code;
     int  cockpitStatus;
-    SGPropertyNode * hud_status;
+    SGPropertyNode_ptr hud_status;
 
   public:
     fg_Cockpit   () : Code(1), cockpitStatus(0) {};