diff options
Diffstat (limited to 'core/os/input.h')
-rw-r--r-- | core/os/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/input.h b/core/os/input.h index bbbf2c6fc1..a137820972 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -35,7 +35,7 @@ class Input : public Object { - OBJ_TYPE( Input, Object ); + GDCLASS( Input, Object ); static Input *singleton; |