diff options
Diffstat (limited to 'platform/uwp/app.h')
-rw-r--r-- | platform/uwp/app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/app.h b/platform/uwp/app.h index 647ef0261b..9cbe7669c9 100644 --- a/platform/uwp/app.h +++ b/platform/uwp/app.h @@ -107,7 +107,7 @@ namespace GodotUWP int last_touch_y[32]; int number_of_contacts; Windows::Foundation::Point last_mouse_pos; - } + }; } /* clang-format on */ |