Skip to content

Commit

Permalink
Fix reorder warning (commit fda4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Aug 19, 2017
1 parent e853c3e commit 2cc08e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ class CConf

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;
Expand Down

0 comments on commit 2cc08e8

Please sign in to comment.