| Index: core/src/fxge/android/fx_android_font.cpp
|
| diff --git a/core/src/fxge/android/fx_android_font.cpp b/core/src/fxge/android/fx_android_font.cpp
|
| index 3e2fc45854b19f124c5593bb1d072f3f8d7338d9..fd72e47478a14b040d087938bd438d04e7733e7d 100644
|
| --- a/core/src/fxge/android/fx_android_font.cpp
|
| +++ b/core/src/fxge/android/fx_android_font.cpp
|
| @@ -23,7 +23,7 @@ FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper)
|
| {
|
| return FALSE;
|
| }
|
| -void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, const FX_CHAR* face, FX_BOOL& bExact)
|
| +void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, const FX_CHAR* face, int& iExact)
|
| {
|
| if (!m_pFontMgr) {
|
| return NULL;
|
|
|