1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-28 07:47:44 +02:00

Fixed switched units multipliers parameters broken in 13.40

This commit is contained in:
Martin Tůma 2025-04-24 06:21:13 +02:00
parent 6f7a90fb15
commit 50100b02dc

View File

@ -763,7 +763,7 @@ MapData::Poly *MapData::polyObject(const ISO8211::Record &r,
bool MapData::processRecord(const ISO8211::Record &record,
QVector<ISO8211::Record> &fe, RecordMap &vi, RecordMap &vc, RecordMap &ve,
uint &comf, uint &huni, uint &somf)
uint &comf, uint &somf, uint &huni)
{
if (record.size() < 2)
return false;