1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -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
@@ -115,6 +115,7 @@ ATVModSource::ATVModSource() :
m_tvSampleRate(1000000),
m_horizontalCount(0),
m_lineCount(0),
m_imageLine(0),
m_imageOK(false),
m_videoFPSq(1.0f),
m_videoFPSCount(0.0f),
@@ -129,8 +130,7 @@ ATVModSource::ATVModSource() :
m_DSBFilter(nullptr),
m_DSBFilterBuffer(nullptr),
m_DSBFilterBufferIndex(0),
m_messageQueueToGUI(nullptr),
m_imageLine(0)
m_messageQueueToGUI(nullptr)
{
scanCameras();