diff options
Diffstat (limited to 'src/OSSupport/UDPEndpointImpl.cpp')
-rw-r--r-- | src/OSSupport/UDPEndpointImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/UDPEndpointImpl.cpp b/src/OSSupport/UDPEndpointImpl.cpp index 68117e5a0..3235ff91f 100644 --- a/src/OSSupport/UDPEndpointImpl.cpp +++ b/src/OSSupport/UDPEndpointImpl.cpp @@ -182,7 +182,7 @@ protected: // cUDPEndpointImpl: cUDPEndpointImpl::cUDPEndpointImpl(UInt16 a_Port, cUDPEndpoint::cCallbacks & a_Callbacks): - super(a_Callbacks), + Super(a_Callbacks), m_Port(0), m_MainSock(-1), m_IsMainSockIPv6(true), |