diff options
| author | Fabio Alessandrelli | 2017-01-18 12:47:12 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2017-01-23 20:18:22 +0100 |
| commit | 88a56ba783d36d52a1023759e69f026b1ae255b4 (patch) | |
| tree | 635ced03366a40efff9ab0689836fa9bcf75c796 /drivers/unix/stream_peer_tcp_posix.h | |
| parent | 2fe4ef66991b483640f59873c22b3af671626ccc (diff) | |
| download | godot-88a56ba783d36d52a1023759e69f026b1ae255b4.tar.gz godot-88a56ba783d36d52a1023759e69f026b1ae255b4.tar.zst godot-88a56ba783d36d52a1023759e69f026b1ae255b4.zip | |
Diffstat (limited to 'drivers/unix/stream_peer_tcp_posix.h')
| -rw-r--r-- | drivers/unix/stream_peer_tcp_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/stream_peer_tcp_posix.h b/drivers/unix/stream_peer_tcp_posix.h index d33883b15..0eaa7dff3 100644 --- a/drivers/unix/stream_peer_tcp_posix.h +++ b/drivers/unix/stream_peer_tcp_posix.h @@ -68,7 +68,7 @@ public: virtual int get_available_bytes() const; - void set_socket(int p_sockfd, IP_Address p_host, int p_port, IP::Type p_ip_type); + void set_socket(int p_sockfd, IP_Address p_host, int p_port, IP::Type p_sock_type); virtual IP_Address get_connected_host() const; virtual uint16_t get_connected_port() const; |
