summaryrefslogtreecommitdiffstats
path: root/platform/uwp/app.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-05-01 22:48:01 +0200
committerGitHub <noreply@github.com>2017-05-01 22:48:01 +0200
commit4dd291cecb1ebe8971b9e9d09c35bbe489b9954e (patch)
tree69ac6de7fb947d7384152be786825db04bf34c14 /platform/uwp/app.h
parentde7eba887e9fe940dac0958836fa8fb778628d2a (diff)
parentf7bd21a0227ad6f2a328e4f8d4fb42e726ff0a33 (diff)
downloadredot-engine-4dd291cecb1ebe8971b9e9d09c35bbe489b9954e.tar.gz
Merge pull request #8586 from vnen/uwp-3
Fix compilation for UWP
Diffstat (limited to 'platform/uwp/app.h')
-rw-r--r--platform/uwp/app.h2
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 */