Kaydet (Commit) be3f4139 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Fix build breaker

üst b7e3470a
......@@ -131,7 +131,7 @@ FT_Error (*pFTEmbolden)(FT_GlyphSlot);
FT_Error (*pFTOblique)(FT_GlyphSlot);
static bool bEnableSizeFT = false;
typedef ::std::hash_map< const char*, FtFontFile*, CStringHash, CStringEqual> FontFileList;
typedef ::std::hash_map< const char*, FtFontFile*, rtl::CStringHash, rtl::CStringEqual> FontFileList;
namespace { struct vclFontFileList : public rtl::Static< FontFileList, vclFontFileList > {}; }
// -----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment