summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsockethandshakeresponse_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/websockets/qwebsockethandshakeresponse_p.h')
-rw-r--r--src/websockets/qwebsockethandshakeresponse_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsockethandshakeresponse_p.h b/src/websockets/qwebsockethandshakeresponse_p.h
index 2c2c0b1..9a9b883 100644
--- a/src/websockets/qwebsockethandshakeresponse_p.h
+++ b/src/websockets/qwebsockethandshakeresponse_p.h
@@ -73,7 +73,7 @@ public:
const QList<QString> &supportedProtocols,
const QList<QString> &supportedExtensions);
- virtual ~QWebSocketHandshakeResponse();
+ ~QWebSocketHandshakeResponse() override;
bool isValid() const;
bool canUpgrade() const;