add a missing initialization

This commit is contained in:
Sven Czarnian
2021-12-23 17:50:08 +01:00
parent 031c9faa97
commit f54711f490

View File

@@ -38,6 +38,7 @@ Inbound::Inbound(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSche
m_nextStarWaypoint(0),
m_arrivalRoute(),
m_timeToLose(),
m_waypointEstimatedTimeOfArrival(),
m_resetFilter(true) {
this->createWindTables(wind);
this->updatePrediction(target, inbound);