1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Fix initialisation order.

This commit is contained in:
srcejon
2024-03-05 11:02:10 +00:00
parent 2a85550fd9
commit b6367bd6c7
@@ -51,8 +51,8 @@ DemodAnalyzer::DemodAnalyzer(WebAPIAdapterInterface *webAPIAdapterInterface) :
m_thread(nullptr),
m_running(false),
m_worker(nullptr),
m_availableChannelOrFeatureHandler(DemodAnalyzerSettings::m_channelURIs),
m_spectrumVis(SDR_RX_SCALEF),
m_availableChannelOrFeatureHandler(DemodAnalyzerSettings::m_channelURIs),
m_selectedChannel(nullptr),
m_dataPipe(nullptr)
{