summaryrefslogtreecommitdiff
path: root/src/touchscreengui.h
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2017-04-10 09:40:06 +0200
committerLoïc Blot <loic.blot@unix-experience.fr>2017-04-10 09:40:06 +0200
commit0bc306e3371c4fe2211876156bcbc8a5e2092e22 (patch)
tree8ba1c3a140c96c961decaf98ec3858145eb96864 /src/touchscreengui.h
parentb4106ca58f723a64bcaec619b7f5c686f5e4abb2 (diff)
downloadminetest-0bc306e3371c4fe2211876156bcbc8a5e2092e22.tar.gz
minetest-0bc306e3371c4fe2211876156bcbc8a5e2092e22.tar.bz2
minetest-0bc306e3371c4fe2211876156bcbc8a5e2092e22.zip
Clang-format fix for Android
Diffstat (limited to 'src/touchscreengui.h')
-rw-r--r--src/touchscreengui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchscreengui.h b/src/touchscreengui.h
index 88e068308..1308d78ae 100644
--- a/src/touchscreengui.h
+++ b/src/touchscreengui.h
@@ -172,7 +172,7 @@ private:
IEventReceiver *m_receiver;
ISimpleTextureSource *m_texturesource;
v2u32 m_screensize;
- std::map<int, rect<s32>> m_hud_rects;
+ std::map<int, rect<s32> > m_hud_rects;
std::map<int, irr::EKEY_CODE> m_hud_ids;
bool m_visible; // is the gui visible