X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fmarkerbeacon.cxx;h=6518799613505579ae2d84770b8366fc43567597;hb=a336a96304bdbbe00635acf76298218cf4b91791;hp=71584504f3a312f4fa4ccee1ff47e6b31db3bb27;hpb=b8724644c66b162af1cb86f7fee46ed7c197d4bd;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 }