mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 18:48:34 -04:00
WFM modulator: Windows build: fixed compile error with MinGW
This commit is contained in:
parent
9b6aae348e
commit
d5019e916c
@ -215,7 +215,7 @@ void WFMMod::pullAF(Complex& sample)
|
||||
}
|
||||
}
|
||||
|
||||
void WFMMod::calculateLevel(Real& sample)
|
||||
void WFMMod::calculateLevel(const Real& sample)
|
||||
{
|
||||
if (m_levelCalcCount < m_levelNbSamples)
|
||||
{
|
||||
|
@ -326,7 +326,7 @@ private:
|
||||
|
||||
void apply();
|
||||
void pullAF(Complex& sample);
|
||||
void calculateLevel(Real& sample);
|
||||
void calculateLevel(const Real& sample);
|
||||
void openFileStream();
|
||||
void seekFileStream(int seekPercentage);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user