mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-07 08:24:47 -04:00
missing var init
This commit is contained in:
@@ -5,6 +5,8 @@ std::vector<const struct rig_caps *> RigThread::rigCaps;
|
||||
RigThread::RigThread() {
|
||||
terminated.store(true);
|
||||
freq = wxGetApp().getFrequency();
|
||||
newFreq = freq;
|
||||
freqChanged.store(true);
|
||||
}
|
||||
|
||||
RigThread::~RigThread() {
|
||||
|
||||
Reference in New Issue
Block a user