mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-06 15:52:28 -04:00
Fix init order.
This commit is contained in:
parent
96cc7a550f
commit
aa28bc700d
@ -333,8 +333,8 @@ struct Aircraft {
|
|||||||
m_altHoldMode(false),
|
m_altHoldMode(false),
|
||||||
m_approachMode(false),
|
m_approachMode(false),
|
||||||
m_lnavMode(false),
|
m_lnavMode(false),
|
||||||
m_adsbVersion(0),
|
|
||||||
m_tcasOperational(false),
|
m_tcasOperational(false),
|
||||||
|
m_adsbVersion(0),
|
||||||
m_nicSupplementA(false),
|
m_nicSupplementA(false),
|
||||||
m_nicSupplementB(false),
|
m_nicSupplementB(false),
|
||||||
m_nicSupplementC(false),
|
m_nicSupplementC(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user