1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fixed -Wreorder warnings

This commit is contained in:
f4exb
2020-11-14 05:51:19 +01:00
parent 6519bfc05f
commit f668863aed
31 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -51,10 +51,10 @@ USRPInput::USRPInput(DeviceAPI *deviceAPI) :
m_deviceAPI(deviceAPI),
m_settings(),
m_usrpInputThread(nullptr),
m_bufSamples(0),
m_deviceDescription("USRPInput"),
m_running(false),
m_channelAcquired(false)
m_channelAcquired(false),
m_bufSamples(0)
{
m_streamId = nullptr;
suspendRxBuddies();