X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fnavdb.cxx;h=95f7f77eef15f1b72d1e4f32cefc360fa9331230;hb=76958a038251a697ad798bce630e7d793797cf78;hp=2434171e3a8b64a53e3bc543ae7e84c54f68c3f5;hpb=b0b6a0d998bde7f0ebc0d6ed5b0f7a4ec91f3b64;p=flightgear.git diff --git a/src/Navaids/navdb.cxx b/src/Navaids/navdb.cxx index 2434171e3..95f7f77ee 100644 --- a/src/Navaids/navdb.cxx +++ b/src/Navaids/navdb.cxx @@ -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 }