fixed not init variable

pull/888/head
AlexandreRouma 2022-10-11 17:49:51 +02:00
rodzic 68ba6d7d19
commit 8eed0fcc9c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,6 +51,6 @@ private:
double tuneOffset;
double currentFreq;
double ifFreq = 0.0;
TuningMode tuneMode;
TuningMode tuneMode = TuningMode::NORMAL;
dsp::stream<dsp::complex_t> nullSource;
};