Merge pull request #331 from phl0/fix

Fix reorder warning (commit fda4049928)
This commit is contained in:
Jonathan Naylor
2017-08-19 22:57:28 +01:00
committed by GitHub

2
Conf.h
View File

@@ -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;