mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Merge pull request #331 from phl0/fix
Fix reorder warning (commit fda4049928)
This commit is contained in:
commit
7b93ed1839
1 changed files with 1 additions and 1 deletions
2
Conf.h
2
Conf.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue