diff options
| author | Rémi Verschelde | 2017-01-02 15:51:45 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-02 15:51:45 +0100 |
| commit | 0b2771bd6561152cdb0e650538a572a242068f01 (patch) | |
| tree | b44c1ab2d50f14521cb7d9cafcee37b551871c66 /drivers/unix/ip_unix.h | |
| parent | 6428ebd91faa757aff419e3f6d1ccc63b699dd11 (diff) | |
| parent | d194e1c48e5d161f0310ee17e63f1951e2c50de6 (diff) | |
| download | godot-0b2771bd6561152cdb0e650538a572a242068f01.tar.gz godot-0b2771bd6561152cdb0e650538a572a242068f01.tar.zst godot-0b2771bd6561152cdb0e650538a572a242068f01.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 c901265a2..00870d549 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: |
