]> git.mxchange.org Git - flightgear.git/blobdiff - src/Controls/controls.hxx
More property node optimizations.
[flightgear.git] / src / Controls / controls.hxx
index 7f0019dec10770031fff9d8865099ae482855f0c..ba2a92d5bae1d8dbd2f1cdd5f514e6b3ea9e00a8 100644 (file)
@@ -66,7 +66,7 @@ private:
     double brake[MAX_WHEELS];
     bool throttle_idle;
 
-    SGValue * auto_coordination;
+    SGPropertyNode * auto_coordination;
 
     inline void CLAMP(double *x, double min, double max ) {
        if ( *x < min ) { *x = min; }