Skip to content

Commit

Permalink
Merge pull request #331 from phl0/fix
Browse files Browse the repository at this point in the history
Fix reorder warning (commit fda4049)
  • Loading branch information
g4klx authored Aug 19, 2017
2 parents e853c3e + 2cc08e8 commit 7b93ed1
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 7b93ed1

Please sign in to comment.