mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Fix reorder warning (commit fda4049928)
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -202,8 +202,8 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
std::string m_file;
|
std::string m_file;
|
||||||
unsigned int m_id;
|
|
||||||
std::string m_callsign;
|
std::string m_callsign;
|
||||||
|
unsigned int m_id;
|
||||||
unsigned int m_timeout;
|
unsigned int m_timeout;
|
||||||
bool m_duplex;
|
bool m_duplex;
|
||||||
unsigned int m_rfModeHang;
|
unsigned int m_rfModeHang;
|
||||||
|
|||||||
Reference in New Issue
Block a user