mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Fixed -Wreorder warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user