missing var init

This commit is contained in:
Charles J. Cliffe 2016-02-15 12:21:41 -05:00
parent 03c6db1f16
commit 75fc82b9ae

View File

@ -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() {