missing var init

This commit is contained in:
Charles J. Cliffe 2016-02-15 12:21:41 -05:00
parent 03c6db1f16
commit 75fc82b9ae
1 changed files with 2 additions and 0 deletions

View File

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