From f54711f4901c790a6a85c857efa3c62549b5edc3 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 23 Dec 2021 17:50:08 +0100 Subject: [PATCH] add a missing initialization --- src/types/Inbound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/Inbound.cpp b/src/types/Inbound.cpp index db4a2db..f992d6f 100644 --- a/src/types/Inbound.cpp +++ b/src/types/Inbound.cpp @@ -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);