diff --git a/core/2d/CCFontFreeType.cpp b/core/2d/CCFontFreeType.cpp index 088a3ee740..32f2ee64a6 100644 --- a/core/2d/CCFontFreeType.cpp +++ b/core/2d/CCFontFreeType.cpp @@ -59,7 +59,7 @@ typedef struct _DataRef unsigned int referenceCount = 0; } DataRef; -static std::unordered_map s_cacheFontData; +static hlookup::string_map s_cacheFontData; // ------ freetype2 stream parsing support --- static unsigned long ft_stream_read_callback(FT_Stream stream,