]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.cxx
Merge branch 'maint' into next
[flightgear.git] / src / Navaids / navdb.cxx
index 2434171e3a8b64a53e3bc543ae7e84c54f68c3f5..95f7f77eef15f1b72d1e4f32cefc360fa9331230 100644 (file)
@@ -81,7 +81,7 @@ static FGNavRecord* createNavFromStream(std::istream& aStream)
   
   if ((rawType >= 7) && (rawType <= 9)) {
     // marker beacons use a different run-time class now
-     FGMarkerBeacon::create(rawType, name, pos);
+     FGMarkerBeaconRecord::create(rawType, name, pos);
      return NULL; // not a nav-record, but that's okay
   }