From a98baef5e4fedca36c8c8755ad7c8233469f6a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= 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/clientobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/clientobject.h') diff --git a/src/clientobject.h b/src/clientobject.h index aa0ec9c56..a3eb3e242 100644 --- a/src/clientobject.h +++ b/src/clientobject.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include "activeobject.h" #include -#include "util/cpp11_container.h" +#include class ClientEnvironment; class ITextureSource; @@ -89,7 +89,7 @@ protected: ClientEnvironment *m_env; private: // Used for creating objects based on type - static UNORDERED_MAP m_types; + static std::unordered_map m_types; }; struct DistanceSortedActiveObject -- cgit v1.2.3