diff options
Diffstat (limited to 'Userland/Libraries/LibProtocol/WebSocketClient.h')
-rw-r--r-- | Userland/Libraries/LibProtocol/WebSocketClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibProtocol/WebSocketClient.h b/Userland/Libraries/LibProtocol/WebSocketClient.h index ac6a2d0a98..c2f8a70ce6 100644 --- a/Userland/Libraries/LibProtocol/WebSocketClient.h +++ b/Userland/Libraries/LibProtocol/WebSocketClient.h @@ -15,7 +15,7 @@ namespace Protocol { class WebSocket; -class WebSocketClient +class WebSocketClient final : public IPC::ServerConnection<WebSocketClientEndpoint, WebSocketServerEndpoint> , public WebSocketClientEndpoint { C_OBJECT(WebSocketClient); |