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;
|
ModemProperties *modemProps;
|
||||||
std::atomic_bool modemPropertiesUpdated;
|
std::atomic_bool modemPropertiesUpdated;
|
||||||
ModemArgInfoList newModemArgs;
|
ModemArgInfoList newModemArgs;
|
||||||
|
wxMenuItem *showTipMenuItem;
|
||||||
|
|
||||||
#ifdef USE_HAMLIB
|
#ifdef USE_HAMLIB
|
||||||
wxMenu *rigMenu;
|
wxMenu *rigMenu;
|
||||||
@ -151,7 +152,6 @@ private:
|
|||||||
wxMenuItem *sdrIFMenuItem;
|
wxMenuItem *sdrIFMenuItem;
|
||||||
std::map<int, wxMenuItem *> rigSerialMenuItems;
|
std::map<int, wxMenuItem *> rigSerialMenuItems;
|
||||||
std::map<int, wxMenuItem *> rigModelMenuItems;
|
std::map<int, wxMenuItem *> rigModelMenuItems;
|
||||||
wxMenuItem *showTipMenuItem;
|
|
||||||
int rigModel;
|
int rigModel;
|
||||||
int rigSerialRate;
|
int rigSerialRate;
|
||||||
long long rigSDRIF;
|
long long rigSDRIF;
|
||||||
|
Loading…
Reference in New Issue
Block a user