From 70b82d1981c0de3c7b77670ff8abcfeb26815142 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 12 Mar 2019 00:39:26 +0800 Subject: *misc --- Source/Asura.Engine/StringMap.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Asura.Engine/StringMap.hpp') diff --git a/Source/Asura.Engine/StringMap.hpp b/Source/Asura.Engine/StringMap.hpp index 971a890..ddba128 100644 --- a/Source/Asura.Engine/StringMap.hpp +++ b/Source/Asura.Engine/StringMap.hpp @@ -1,7 +1,7 @@ #ifndef __ASURA_ENGINE_STRINGMAP_H__ #define __ASURA_ENGINE_STRINGMAP_H__ -#include "String.h" +#include namespace AsuraEngine { @@ -18,7 +18,7 @@ namespace AsuraEngine bool ContainsString(const String& str); - String GetStringByKey(const key_type& key); + std::string GetStringByKey(const key_type& key); key_type GetKeyByString(const String& str); -- cgit v1.1-26-g67d0