mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 05:38:39 -05:00
new var in wrong section..
This commit is contained in:
parent
987af4b997
commit
72a37e16d3
@ -143,6 +143,7 @@ private:
|
||||
ModemProperties *modemProps;
|
||||
std::atomic_bool modemPropertiesUpdated;
|
||||
ModemArgInfoList newModemArgs;
|
||||
wxMenuItem *showTipMenuItem;
|
||||
|
||||
#ifdef USE_HAMLIB
|
||||
wxMenu *rigMenu;
|
||||
@ -151,7 +152,6 @@ private:
|
||||
wxMenuItem *sdrIFMenuItem;
|
||||
std::map<int, wxMenuItem *> rigSerialMenuItems;
|
||||
std::map<int, wxMenuItem *> rigModelMenuItems;
|
||||
wxMenuItem *showTipMenuItem;
|
||||
int rigModel;
|
||||
int rigSerialRate;
|
||||
long long rigSDRIF;
|
||||
|
Loading…
Reference in New Issue
Block a user