summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/UDPEndpointImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSSupport/UDPEndpointImpl.h')
-rw-r--r--src/OSSupport/UDPEndpointImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/UDPEndpointImpl.h b/src/OSSupport/UDPEndpointImpl.h
index 0e28d0b13..56116df17 100644
--- a/src/OSSupport/UDPEndpointImpl.h
+++ b/src/OSSupport/UDPEndpointImpl.h
@@ -35,7 +35,7 @@ public:
If a_Port is 0, the OS is free to assign any port number it likes to the endpoint. */
cUDPEndpointImpl(UInt16 a_Port, cUDPEndpoint::cCallbacks & a_Callbacks);
- ~cUDPEndpointImpl();
+ virtual ~cUDPEndpointImpl() override;
// cUDPEndpoint overrides:
virtual void Close(void) override;