diff options
| author | Poommetee Ketson | 2017-07-19 02:03:34 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-07-19 02:03:34 +0700 |
| commit | 49c7620326a557bc809340dd1090b46120e43eac (patch) | |
| tree | 887ca12413c5d7d21bb9ac3190a1d81bb57157b7 /core/io/ip.cpp | |
| parent | 5a42bbaace7d8a72e2842f760c6ac905ac238d2c (diff) | |
| download | godot-49c7620326a557bc809340dd1090b46120e43eac.tar.gz godot-49c7620326a557bc809340dd1090b46120e43eac.tar.zst godot-49c7620326a557bc809340dd1090b46120e43eac.zip | |
Diffstat (limited to 'core/io/ip.cpp')
| -rw-r--r-- | core/io/ip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/ip.cpp b/core/io/ip.cpp index 6c463b983..c869bdad9 100644 --- a/core/io/ip.cpp +++ b/core/io/ip.cpp @@ -240,7 +240,7 @@ void IP::_bind_methods() { ClassDB::bind_method(D_METHOD("get_resolve_item_address", "id"), &IP::get_resolve_item_address); ClassDB::bind_method(D_METHOD("erase_resolve_item", "id"), &IP::erase_resolve_item); ClassDB::bind_method(D_METHOD("get_local_addresses"), &IP::_get_local_addresses); - ClassDB::bind_method(D_METHOD("clear_cache"), &IP::clear_cache, DEFVAL("")); + ClassDB::bind_method(D_METHOD("clear_cache", "hostname"), &IP::clear_cache, DEFVAL("")); BIND_CONSTANT(RESOLVER_STATUS_NONE); BIND_CONSTANT(RESOLVER_STATUS_WAITING); |
