Fix reorder warning (commit fda4049928)

This commit is contained in:
phl0 2017-08-19 21:14:12 +02:00
parent e853c3e243
commit 2cc08e8ff8
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

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;