From a98baef5e4fedca36c8c8755ad7c8233469f6a3f Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Sun, 4 Jun 2017 21:00:04 +0200 Subject: C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) --- src/content_cao.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content_cao.h') diff --git a/src/content_cao.h b/src/content_cao.h index 412cdff12..e5b23aa35 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -91,7 +91,8 @@ private: int m_animation_speed; int m_animation_blend; bool m_animation_loop; - UNORDERED_MAP > m_bone_position; // stores position and rotation for each bone name + // stores position and rotation for each bone name + std::unordered_map> m_bone_position; std::string m_attachment_bone; v3f m_attachment_position; v3f m_attachment_rotation; -- cgit v1.2.3