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/ip_unix.h | |
parent | 4d90a4fcd5fcdca42df47062f94a1fa4e5635a94 (diff) | |
download | redot-engine-c18c5013f837ea7d4de2f022d36f84e0abce6439.tar.gz |
Migrate int.IP_TYPE_ constants to IP.TYPE_
Diffstat (limited to 'drivers/unix/ip_unix.h')
-rw-r--r-- | drivers/unix/ip_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/ip_unix.h b/drivers/unix/ip_unix.h index d198a330e7..9959d45a1a 100644 --- a/drivers/unix/ip_unix.h +++ b/drivers/unix/ip_unix.h @@ -36,7 +36,7 @@ class IP_Unix : public IP { OBJ_TYPE(IP_Unix, IP); - virtual IP_Address _resolve_hostname(const String& p_hostname, IP_Address::AddrType p_type); + virtual IP_Address _resolve_hostname(const String& p_hostname, IP::Type p_type); static IP* _create_unix(); public: |