summaryrefslogtreecommitdiff
path: root/core/os/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/time.h')
-rw-r--r--core/os/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/time.h b/core/os/time.h
index 0021c0ac6f..c4d10006fc 100644
--- a/core/os/time.h
+++ b/core/os/time.h
@@ -51,7 +51,7 @@ class Time : public Object {
public:
static Time *get_singleton();
- enum Month : uint8_t {
+ enum Month {
/// Start at 1 to follow Windows SYSTEMTIME structure
/// https://msdn.microsoft.com/en-us/library/windows/desktop/ms724950(v=vs.85).aspx
MONTH_JANUARY = 1,