]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_ctrl.hxx
More fixes to get the code working when threads are disabled.
[flightgear.git] / src / Environment / environment_ctrl.hxx
index 69e5b79ea645708a548d524ce2c1e124cb1e4679..bb3460484ff1c626838b8cdf33ae779d83ecb3e6 100644 (file)
@@ -249,11 +249,11 @@ private:
      */
     friend void metar_cleanup_handler( void* );
 
+#endif // ENABLE_THREADS
 
     int _error_count;
     double _dt;
     double _error_dt;
-#endif // ENABLE_THREADS
 };
 
 #endif // _ENVIRONMENT_CTRL_HXX