From a3a5a8fa2ea1ea1a98f1752b026d7abdf8fed2ec Mon Sep 17 00:00:00 2001 From: Luca Marchesano Date: Fri, 14 Sep 2018 19:16:17 +0200 Subject: [PATCH] Oversight --- DStarControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;