This commit is contained in:
halx99 2022-06-11 10:14:32 +08:00
parent beebd22266
commit f6f6ea126d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ typedef struct _DataRef
unsigned int referenceCount = 0;
} DataRef;
static std::unordered_map<std::string, DataRef> s_cacheFontData;
static hlookup::string_map<DataRef> s_cacheFontData;
// ------ freetype2 stream parsing support ---
static unsigned long ft_stream_read_callback(FT_Stream stream,