mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-05 17:01:16 -05:00
MSVC FFTVisualDataThread constructor fix
This commit is contained in:
parent
c62ab63f4f
commit
45c0eafa2e
@ -1,7 +1,8 @@
|
|||||||
#include "FFTVisualDataThread.h"
|
#include "FFTVisualDataThread.h"
|
||||||
#include "CubicSDR.h"
|
#include "CubicSDR.h"
|
||||||
|
|
||||||
FFTVisualDataThread::FFTVisualDataThread() : linesPerSecond(DEFAULT_WATERFALL_LPS) {
|
FFTVisualDataThread::FFTVisualDataThread() {
|
||||||
|
linesPerSecond.store(DEFAULT_WATERFALL_LPS);
|
||||||
lpsChanged.store(true);
|
lpsChanged.store(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user