mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-26 05:23:26 -04:00
MSVC FFTVisualDataThread constructor fix
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user