diff options
| author | Juan Linietsky | 2014-12-15 15:42:58 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-12-15 15:42:58 -0300 |
| commit | 089d7fa171e3a3305991047e82b4043d4f05783f (patch) | |
| tree | a41af5ab93f6d745962e471da8dc6003e6b8e430 /core/io/ip.cpp | |
| parent | be4e40e90a5a322f6a7cec4893854ef5b15db600 (diff) | |
| download | godot-089d7fa171e3a3305991047e82b4043d4f05783f.tar.gz godot-089d7fa171e3a3305991047e82b4043d4f05783f.tar.zst godot-089d7fa171e3a3305991047e82b4043d4f05783f.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 d2a685f6b..6ef6b3118 100644 --- a/core/io/ip.cpp +++ b/core/io/ip.cpp @@ -31,7 +31,7 @@ #include "os/semaphore.h" #include "hash_map.h" - +VARIANT_ENUM_CAST(IP::ResolverStatus); /************* RESOLVER ******************/ |
