diff options
Diffstat (limited to 'modules/upnp/upnp.h')
-rw-r--r-- | modules/upnp/upnp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/upnp/upnp.h b/modules/upnp/upnp.h index 1c4b5549f4..81d770ec4c 100644 --- a/modules/upnp/upnp.h +++ b/modules/upnp/upnp.h @@ -31,7 +31,7 @@ #ifndef GODOT_UPNP_H #define GODOT_UPNP_H -#include "core/reference.h" +#include "core/object/reference.h" #include "upnp_device.h" @@ -57,7 +57,6 @@ protected: public: enum UPNPResult { - UPNP_RESULT_SUCCESS, UPNP_RESULT_NOT_AUTHORIZED, UPNP_RESULT_PORT_MAPPING_NOT_FOUND, |