diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2016-12-01 06:34:05 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2016-12-09 18:24:59 +0100 |
commit | c18c5013f837ea7d4de2f022d36f84e0abce6439 (patch) | |
tree | f21627a04256241523f6ca10d848cf89fd5fd12b /drivers/unix/tcp_server_posix.cpp | |
parent | 4d90a4fcd5fcdca42df47062f94a1fa4e5635a94 (diff) | |
download | redot-engine-c18c5013f837ea7d4de2f022d36f84e0abce6439.tar.gz |
Migrate int.IP_TYPE_ constants to IP.TYPE_
Diffstat (limited to 'drivers/unix/tcp_server_posix.cpp')
-rw-r--r-- | drivers/unix/tcp_server_posix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/tcp_server_posix.cpp b/drivers/unix/tcp_server_posix.cpp index bf3b7369eb..dd00e0bf7e 100644 --- a/drivers/unix/tcp_server_posix.cpp +++ b/drivers/unix/tcp_server_posix.cpp @@ -176,7 +176,7 @@ void TCPServerPosix::stop() { TCPServerPosix::TCPServerPosix() { listen_sockfd = -1; - ip_type = IP_Address::TYPE_ANY; + ip_type = IP::TYPE_ANY; }; TCPServerPosix::~TCPServerPosix() { |