diff options
| author | Fabio Alessandrelli | 2016-11-30 20:45:19 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2016-12-09 18:24:59 +0100 |
| commit | 95bdd977686005d3d813eb09aca625384f1774c1 (patch) | |
| tree | 6d80a57751e2b9af75824e5b0e5bd1a53819b226 /drivers/unix/tcp_server_posix.h | |
| parent | 311f1f165be12ea290799e42f9951011d997ab40 (diff) | |
| download | godot-95bdd977686005d3d813eb09aca625384f1774c1.tar.gz godot-95bdd977686005d3d813eb09aca625384f1774c1.tar.zst godot-95bdd977686005d3d813eb09aca625384f1774c1.zip | |
Diffstat (limited to 'drivers/unix/tcp_server_posix.h')
| -rw-r--r-- | drivers/unix/tcp_server_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/tcp_server_posix.h b/drivers/unix/tcp_server_posix.h index a700b6ae0..570bcaab1 100644 --- a/drivers/unix/tcp_server_posix.h +++ b/drivers/unix/tcp_server_posix.h @@ -40,7 +40,7 @@ class TCPServerPosix : public TCP_Server { public: - virtual Error listen(uint16_t p_port, IP_Address::AddrType p_type, const List<String> *p_accepted_hosts=NULL); + virtual Error listen(uint16_t p_port,const List<String> *p_accepted_hosts=NULL); virtual bool is_connection_available() const; virtual Ref<StreamPeerTCP> take_connection(); |
