From 0fffa45158bebeb4aaba1df1d271c000fffbe7f7 Mon Sep 17 00:00:00 2001 From: Maxim Sheronov Date: Tue, 12 Sep 2017 22:09:06 +0300 Subject: Fix enums bindings Add missed bindings for enums Move some enums to class to have correct output of api.json --- platform/uwp/os_uwp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/uwp/os_uwp.cpp') diff --git a/platform/uwp/os_uwp.cpp b/platform/uwp/os_uwp.cpp index 3a8932aae2..fd8904fa0a 100644 --- a/platform/uwp/os_uwp.cpp +++ b/platform/uwp/os_uwp.cpp @@ -855,7 +855,7 @@ bool OSUWP::_check_internal_feature_support(const String &p_feature) { return p_feature == "pc" || p_feature == "s3tc"; } -PowerState OSUWP::get_power_state() { +OS::PowerState OSUWP::get_power_state() { return power_manager->get_power_state(); } -- cgit v1.2.3