]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gps.cxx
gps warning fix (xxx will be initialized after yyy)
[flightgear.git] / src / Instrumentation / gps.cxx
index c44cd71102c87045674e39ea1707dd8187fd4674..1ddb87e083356db9c883a4e360e67c6eca49ec9c 100644 (file)
@@ -213,6 +213,7 @@ void GPS::Config::bind(GPS* aOwner, SGPropertyNode* aCfg)
 
 GPS::GPS ( SGPropertyNode *node) : 
   _selectedCourse(0.0),
+  _desiredCourse(0.0),
   _dataValid(false),
   _lastPosValid(false),
   _mode("init"),