]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/positioninit.cxx
Interim windows build fix
[flightgear.git] / src / Main / positioninit.cxx
index 366f122cb6b1afb8daa2a1c76dd883b5bc0387be..b2221842b75c301b15a387e40578f1e875b9adcf 100644 (file)
@@ -196,7 +196,7 @@ static bool fgSetPosFromAirportIDandParkpos( const string& id, const string& par
     SG_LOG( SG_GENERAL, SG_ALERT, "Failed to find airport " << id );
     return false;
   }
-  FGAirportDynamics* dcs = apt->getDynamics();
+  FGAirportDynamicsRef dcs = apt->getDynamics();
   if (!dcs) {
     SG_LOG( SG_GENERAL, SG_ALERT,
            "Airport " << id << "does not appear to have parking information available");