add a missing initialization
This commit is contained in:
@@ -38,6 +38,7 @@ Inbound::Inbound(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSche
|
|||||||
m_nextStarWaypoint(0),
|
m_nextStarWaypoint(0),
|
||||||
m_arrivalRoute(),
|
m_arrivalRoute(),
|
||||||
m_timeToLose(),
|
m_timeToLose(),
|
||||||
|
m_waypointEstimatedTimeOfArrival(),
|
||||||
m_resetFilter(true) {
|
m_resetFilter(true) {
|
||||||
this->createWindTables(wind);
|
this->createWindTables(wind);
|
||||||
this->updatePrediction(target, inbound);
|
this->updatePrediction(target, inbound);
|
||||||
|
|||||||
Reference in New Issue
Block a user