Why is m_psOutDevice needed, now?

This commit is contained in:
Joe Taylor 2022-12-05 17:41:07 -05:00
parent f88f5ddc7a
commit 58075a4443

View File

@ -123,7 +123,7 @@ private:
qint32 m_nrx;
qint32 m_hsym0;
qint32 m_paInDevice;
qint32 m_paOutDevice;
qint32 m_paOutDevice; //### Why is this needed, now? ###
qint32 m_udpPort;
qint32 m_NBslider;
qint32 m_adjustIQ;