mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 06:04:39 -04:00
MSVC FFTVisualDataThread constructor fix
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "FFTVisualDataThread.h"
|
||||
#include "CubicSDR.h"
|
||||
|
||||
FFTVisualDataThread::FFTVisualDataThread() : linesPerSecond(DEFAULT_WATERFALL_LPS) {
|
||||
FFTVisualDataThread::FFTVisualDataThread() {
|
||||
linesPerSecond.store(DEFAULT_WATERFALL_LPS);
|
||||
lpsChanged.store(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user