From e35ac1bfb9b63bf1e49dafdcce2033ff42d7c205 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Sat, 20 May 2017 08:16:28 +0200 Subject: Clang 5.0 fixes - Added override keyword - Removed inherited member variables --- src/HTTP/SslHTTPServerConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/HTTP/SslHTTPServerConnection.h') diff --git a/src/HTTP/SslHTTPServerConnection.h b/src/HTTP/SslHTTPServerConnection.h index eceb80fb7..0f56d082f 100644 --- a/src/HTTP/SslHTTPServerConnection.h +++ b/src/HTTP/SslHTTPServerConnection.h @@ -26,7 +26,7 @@ public: Sends the specified cert as the server certificate, uses the private key for decryption. */ cSslHTTPServerConnection(cHTTPServer & a_HTTPServer, const cX509CertPtr & a_Cert, const cCryptoKeyPtr & a_PrivateKey); - ~cSslHTTPServerConnection(); + virtual ~cSslHTTPServerConnection() override; protected: cBufferedSslContext m_Ssl; -- cgit v1.2.3