mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-08-09 17:12:25 -04:00
missing var init
This commit is contained in:
parent
03c6db1f16
commit
75fc82b9ae
@ -5,6 +5,8 @@ std::vector<const struct rig_caps *> RigThread::rigCaps;
|
|||||||
RigThread::RigThread() {
|
RigThread::RigThread() {
|
||||||
terminated.store(true);
|
terminated.store(true);
|
||||||
freq = wxGetApp().getFrequency();
|
freq = wxGetApp().getFrequency();
|
||||||
|
newFreq = freq;
|
||||||
|
freqChanged.store(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
RigThread::~RigThread() {
|
RigThread::~RigThread() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user