core/socket_proxy: Fix compilation
This commit is contained in:
parent
bb84f53539
commit
a5cd639cb6
|
@ -25,7 +25,7 @@ public:
|
||||||
// Avoid closing sockets implicitly
|
// Avoid closing sockets implicitly
|
||||||
ProxySocket& operator=(ProxySocket&&) noexcept = delete;
|
ProxySocket& operator=(ProxySocket&&) noexcept = delete;
|
||||||
|
|
||||||
void HandleProxyPacket(const ProxyPacket& packet);
|
void HandleProxyPacket(const ProxyPacket& packet) override;
|
||||||
|
|
||||||
Errno Initialize(Domain domain, Type type, Protocol socket_protocol) override;
|
Errno Initialize(Domain domain, Type type, Protocol socket_protocol) override;
|
||||||
|
|
||||||
|
|
Reference in New Issue