From: Loïc Blot Date: Mon, 10 Apr 2017 07:40:06 +0000 (+0200) Subject: Clang-format fix for Android X-Git-Tag: 0.4.16~261 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0bc306e3371c4fe2211876156bcbc8a5e2092e22;p=oweals%2Fminetest.git Clang-format fix for Android --- 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> m_hud_rects; + std::map > m_hud_rects; std::map m_hud_ids; bool m_visible; // is the gui visible