diff --git a/Common/IRCDDBGatewayConfig.h b/Common/IRCDDBGatewayConfig.h index 2785fbb..47df7c8 100644 --- a/Common/IRCDDBGatewayConfig.h +++ b/Common/IRCDDBGatewayConfig.h @@ -307,7 +307,7 @@ private: bool m_logEnabled; bool m_dratsEnabled; bool m_dtmfEnabled; - bool m_gatewayCQLinkEnabled; + bool m_gatewayCQLinkEnabled; bool m_gpsdEnabled; wxString m_gpsdAddress; wxString m_gpsdPort; diff --git a/Common/RepeaterHandler.h b/Common/RepeaterHandler.h index b5d2fe2..6124b5d 100644 --- a/Common/RepeaterHandler.h +++ b/Common/RepeaterHandler.h @@ -162,7 +162,7 @@ private: static bool m_infoEnabled; static bool m_echoEnabled; static bool m_dtmfEnabled; - static bool m_gatewayCQLinkEnabled; + static bool m_gatewayCQLinkEnabled; static CHeaderLogger* m_headerLogger;