From f6f6ea126d1ba1d6c99e01383fb97e1da7839430 Mon Sep 17 00:00:00 2001 From: halx99 Date: Sat, 11 Jun 2022 10:14:32 +0800 Subject: [PATCH] Fix ci --- core/2d/CCFontFreeType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,