mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 13:47:56 -05:00
core/socket_proxy: Fix compilation
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
// Avoid closing sockets implicitly
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user