mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	core/socket_proxy: Fix compilation
This commit is contained in:
		
							parent
							
								
									bb84f53539
								
							
						
					
					
						commit
						a5cd639cb6
					
				| @ -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; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user