diff options
Diffstat (limited to 'src/HTTP/SslHTTPServerConnection.h')
-rw-r--r-- | src/HTTP/SslHTTPServerConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |