diff options
| author | Rémi Verschelde | 2017-01-02 15:51:45 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-02 15:51:45 +0100 |
| commit | 0b2771bd6561152cdb0e650538a572a242068f01 (patch) | |
| tree | b44c1ab2d50f14521cb7d9cafcee37b551871c66 /drivers/unix/tcp_server_posix.h | |
| parent | 6428ebd91faa757aff419e3f6d1ccc63b699dd11 (diff) | |
| parent | d194e1c48e5d161f0310ee17e63f1951e2c50de6 (diff) | |
| download | godot-0b2771bd6561152cdb0e650538a572a242068f01.tar.gz godot-0b2771bd6561152cdb0e650538a572a242068f01.tar.zst godot-0b2771bd6561152cdb0e650538a572a242068f01.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 03020f382..6f9fa8cb5 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(); |
