|
@@ -1,6 +1,7 @@
|
|
|
/*
|
|
|
* Copyright (c) 2021, Dex♪ <dexes.ttp@gmail.com>
|
|
|
* Copyright (c) 2022, Ali Mohammad Pur <mpfard@serenityos.org>
|
|
|
+ * Copyright (c) 2022, the SerenityOS developers.
|
|
|
*
|
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
|
*/
|
|
@@ -19,7 +20,7 @@ class WebSocketImpl : public Core::Object {
|
|
|
C_OBJECT(WebSocketImpl);
|
|
|
|
|
|
public:
|
|
|
- virtual ~WebSocketImpl() override;
|
|
|
+ virtual ~WebSocketImpl() override = default;
|
|
|
explicit WebSocketImpl(Core::Object* parent = nullptr);
|
|
|
|
|
|
void connect(ConnectionInfo const&);
|