]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/dynamics.cxx
Compilation error fixes following merge with next.
[flightgear.git] / src / Airports / dynamics.cxx
index 9cbf9f6facfe84b876e62495e60a41c9d325467a..3d443d08fa227456ee6a41227367bdb40dfd6633 100644 (file)
@@ -52,8 +52,8 @@ using std::random_shuffle;
 FGAirportDynamics::FGAirportDynamics(FGAirport * ap):
     _ap(ap), rwyPrefs(ap), SIDs(ap),
     atisSequenceIndex(-1),
-    atisSequenceTimeStamp(0.0)
-    startupController(this);
+    atisSequenceTimeStamp(0.0),
+    startupController(this)
 {
     lastUpdate = 0;
 }