Pārlūkot izejas kodu

add a missing initialization

Sven Czarnian 3 gadi atpakaļ
vecāks
revīzija
f54711f490
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/types/Inbound.cpp

+ 1 - 0
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);