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/mbedTLS++/BufferedSslContext.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mbedTLS++/BufferedSslContext.h') diff --git a/src/mbedTLS++/BufferedSslContext.h b/src/mbedTLS++/BufferedSslContext.h index 6facb5915..f48552882 100644 --- a/src/mbedTLS++/BufferedSslContext.h +++ b/src/mbedTLS++/BufferedSslContext.h @@ -16,12 +16,13 @@ -class cBufferedSslContext : +class cBufferedSslContext: public cSslContext { - typedef cSslContext super; + using Super = cSslContext; public: + /** Creates a new context with the buffers of specified size for the encrypted / decrypted data. */ cBufferedSslContext(size_t a_BufferSize = 64000); -- cgit v1.2.3