X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fmarkerbeacon.cxx;h=6518799613505579ae2d84770b8366fc43567597;hb=cd20c6073c8f4341d0f82070abae14b765cc8630;hp=71584504f3a312f4fa4ccee1ff47e6b31db3bb27;hpb=f9de92f53db91c45e4bd885ba606749e9597fdbb;p=flightgear.git diff --git a/src/Navaids/markerbeacon.cxx b/src/Navaids/markerbeacon.cxx index 71584504f..651879961 100644 --- a/src/Navaids/markerbeacon.cxx +++ b/src/Navaids/markerbeacon.cxx @@ -27,9 +27,9 @@ #include #include -#include "Navaids/markerbeacon.hxx" -#include "Airports/runways.hxx" -#include "Navaids/navdb.hxx" +#include +#include +#include using std::string; @@ -65,4 +65,5 @@ FGMarkerBeaconRecord::FGMarkerBeaconRecord(Type aTy, FGRunway* aRunway, const SG FGPositioned(aTy, string(), aPos), _runway(aRunway) { + init(true); // init FGPositioned }