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/HTTPServerConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/HTTP/HTTPServerConnection.h') diff --git a/src/HTTP/HTTPServerConnection.h b/src/HTTP/HTTPServerConnection.h index 4390471d0..22e243d93 100644 --- a/src/HTTP/HTTPServerConnection.h +++ b/src/HTTP/HTTPServerConnection.h @@ -33,7 +33,7 @@ public: cHTTPServerConnection(cHTTPServer & a_HTTPServer); // Force a virtual destructor in all descendants - virtual ~cHTTPServerConnection(); + virtual ~cHTTPServerConnection() override; /** Sends HTTP status code together with a_Reason (used for HTTP errors). Sends the a_Reason as the body as well, so that browsers display it. -- cgit v1.2.3