diff --git a/DStarControl.h b/DStarControl.h index f3efef1..8c8e0a5 100644 --- a/DStarControl.h +++ b/DStarControl.h @@ -51,8 +51,8 @@ private: unsigned char* m_gateway; bool m_selfOnly; bool m_ackReply; - bool m_errorReply; bool m_ackMessage; + bool m_errorReply; bool m_remoteGateway; std::vector m_blackList; CDStarNetwork* m_network;