diff options
| author | Ariel Manzur | 2016-10-18 18:53:18 -0300 |
|---|---|---|
| committer | Ariel Manzur | 2016-10-18 18:53:18 -0300 |
| commit | 887a897c02144f2d01896d3112bdae5ce7d6df5c (patch) | |
| tree | 5557c275d7cf9d32312b66db8f1003676e318d16 /drivers/unix/ip_unix.h | |
| parent | 048bffd13a49067e646f65152c3cc6b87bacc1c3 (diff) | |
| download | godot-887a897c02144f2d01896d3112bdae5ce7d6df5c.tar.gz godot-887a897c02144f2d01896d3112bdae5ce7d6df5c.tar.zst godot-887a897c02144f2d01896d3112bdae5ce7d6df5c.zip | |
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 c0034c9a3..d198a330e 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); + virtual IP_Address _resolve_hostname(const String& p_hostname, IP_Address::AddrType p_type); static IP* _create_unix(); public: |
