1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Migrate int.IP_TYPE_ constants to IP.TYPE_

This commit is contained in:
Fabio Alessandrelli
2016-12-01 06:34:05 +01:00
parent 4d90a4fcd5
commit c18c5013f8
23 changed files with 61 additions and 81 deletions

View File

@@ -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() {