From 42d1e05d02ba7770448060bf15daf3abd5f08fc9 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 26 Dec 2021 06:50:05 +0100 Subject: [PATCH] Removed remaining wxUint16 --- IcomRepeaterProtocolHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IcomRepeaterProtocolHandler.h b/IcomRepeaterProtocolHandler.h index 216a64c..5c415dc 100644 --- a/IcomRepeaterProtocolHandler.h +++ b/IcomRepeaterProtocolHandler.h @@ -150,7 +150,7 @@ private: in_addr m_icomAddress; unsigned int m_icomPort; bool m_over1; - wxUint16 m_seqNo; + uint16_t m_seqNo; unsigned int m_tries; CDataQueue* m_ackQueue; bool m_killed;