diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/fxge/apple/fx_mac_imp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxge/apple/fx_mac_imp.cpp b/core/src/fxge/apple/fx_mac_imp.cpp index 465dd96afa..41333f8bf4 100644 --- a/core/src/fxge/apple/fx_mac_imp.cpp +++ b/core/src/fxge/apple/fx_mac_imp.cpp @@ -88,7 +88,7 @@ void* CFX_MacFontInfo::MapFont(int weight, case FXFONT_CHINESEBIG5_CHARSET: face = "LiSong Pro Light"; } - it = m_FontList.Lookup(face); + it = m_FontList.find(face); if (it != m_FontList.end()) return it->second; |