Fixed typo setGroundSpeed

This commit is contained in:
Klaus Basan
2016-05-05 12:25:00 +02:00
parent 1a62de8dc3
commit 96189f530b
9 changed files with 18 additions and 18 deletions

View File

@@ -965,7 +965,7 @@ namespace BlackCore
auto history = this->m_situationsByCallsign[callsign];
if (history.empty()) { return; } // we need one full situation
interimSituation.setCurrentUtcTime();
interimSituation.setGroundspeed(history.latestObject().getGroundSpeed());
interimSituation.setGroundSpeed(history.latestObject().getGroundSpeed());
}
// store situation history