mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Fix reorder warning (commit fda4049928)
This commit is contained in:
parent
e853c3e243
commit
2cc08e8ff8
1 changed files with 1 additions and 1 deletions
2
Conf.h
2
Conf.h
|
|
@ -202,8 +202,8 @@ public:
|
|||
|
||||
private:
|
||||
std::string m_file;
|
||||
unsigned int m_id;
|
||||
std::string m_callsign;
|
||||
unsigned int m_id;
|
||||
unsigned int m_timeout;
|
||||
bool m_duplex;
|
||||
unsigned int m_rfModeHang;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue