summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPServerConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTP/HTTPServerConnection.h')
-rw-r--r--src/HTTP/HTTPServerConnection.h2
1 files changed, 1 insertions, 1 deletions
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.