diff options
| author | Fabio Alessandrelli | 2016-12-01 06:34:05 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2016-12-09 18:24:59 +0100 |
| commit | c18c5013f837ea7d4de2f022d36f84e0abce6439 (patch) | |
| tree | f21627a04256241523f6ca10d848cf89fd5fd12b /core/io/http_client.h | |
| parent | 4d90a4fcd5fcdca42df47062f94a1fa4e5635a94 (diff) | |
| download | godot-c18c5013f837ea7d4de2f022d36f84e0abce6439.tar.gz godot-c18c5013f837ea7d4de2f022d36f84e0abce6439.tar.zst godot-c18c5013f837ea7d4de2f022d36f84e0abce6439.zip | |
Migrate int.IP_TYPE_ constants to IP.TYPE_
Diffstat (limited to 'core/io/http_client.h')
| -rw-r--r-- | core/io/http_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.h b/core/io/http_client.h index ba464c34c..34812616d 100644 --- a/core/io/http_client.h +++ b/core/io/http_client.h @@ -165,7 +165,7 @@ public: //Error connect_and_get(const String& p_url,bool p_verify_host=true); //connects to a full url and perform request - Error connect(const String &p_host,int p_port,bool p_ssl=false,bool p_verify_host=true, IP_Address::AddrType p_addr_type = IP_Address::TYPE_ANY); + Error connect(const String &p_host,int p_port,bool p_ssl=false,bool p_verify_host=true, IP::Type p_addr_type = IP::TYPE_ANY); void set_connection(const Ref<StreamPeer>& p_connection); Ref<StreamPeer> get_connection() const; |
