From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/OSSupport/UDPEndpointImpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/OSSupport/UDPEndpointImpl.h') diff --git a/src/OSSupport/UDPEndpointImpl.h b/src/OSSupport/UDPEndpointImpl.h index a6ca37c27..32263d388 100644 --- a/src/OSSupport/UDPEndpointImpl.h +++ b/src/OSSupport/UDPEndpointImpl.h @@ -27,9 +27,10 @@ typedef std::shared_ptr cUDPEndpointImplPtr; class cUDPEndpointImpl: public cUDPEndpoint { - typedef cUDPEndpoint super; + using Super = cUDPEndpoint; public: + /** Creates a new instance of the endpoint, with the specified callbacks. Tries to open on the specified port; if it fails, the endpoint is left in the "closed" state. If a_Port is 0, the OS is free to assign any port number it likes to the endpoint. */ -- cgit v1.2.3