| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index 02af775a31f9921ca08e9d5c98540805ec897168..d4416d9487944bb28ffe6a33a011cc068d285b20 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -1270,7 +1270,7 @@ extern FX_BOOL _LoadFile(FXFT_Library library,
|
| IFX_FileRead* pFile,
|
| FXFT_Stream* stream);
|
| #if _FX_OS_ == _FX_ANDROID_
|
| -IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault() {
|
| +IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(const char** pUnused) {
|
| return NULL;
|
| }
|
| #endif
|
|
|