diff options
| author | Wilson E. Alvarez | 2017-08-12 07:04:30 -0400 |
|---|---|---|
| committer | Wilson E. Alvarez | 2017-08-14 13:28:06 -0400 |
| commit | 21d281c4a953404c8f13e1cb7ee8d4cf9c25bb4c (patch) | |
| tree | 2a4144fca78e6fc84efec7583297f6d8dcea9614 /core/io/tcp_server.h | |
| parent | 9575dbdf788e8a5154b3ec2f66913e731ac02850 (diff) | |
| download | godot-21d281c4a953404c8f13e1cb7ee8d4cf9c25bb4c.tar.gz godot-21d281c4a953404c8f13e1cb7ee8d4cf9c25bb4c.tar.zst godot-21d281c4a953404c8f13e1cb7ee8d4cf9c25bb4c.zip | |
Diffstat (limited to 'core/io/tcp_server.h')
| -rw-r--r-- | core/io/tcp_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/tcp_server.h b/core/io/tcp_server.h index 4e7fa7cf3..b4ff3246a 100644 --- a/core/io/tcp_server.h +++ b/core/io/tcp_server.h @@ -45,7 +45,7 @@ protected: static void _bind_methods(); public: - virtual Error listen(uint16_t p_port, const IP_Address p_bind_address = IP_Address("*")) = 0; + virtual Error listen(uint16_t p_port, const IP_Address &p_bind_address = IP_Address("*")) = 0; virtual bool is_connection_available() const = 0; virtual Ref<StreamPeerTCP> take_connection() = 0; |
