| 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 63d81816568a673d16085f7063862f69a295f9de..e1f25684adce0ab510ada7c76ab190cc8f0e6dca 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -1343,7 +1343,7 @@ CFontFileFaceInfo::~CFontFileFaceInfo() {
|
| m_Face = NULL;
|
| }
|
| #if _FX_OS_ == _FX_ANDROID_
|
| -IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault() {
|
| +IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(const char** pUnused) {
|
| return NULL;
|
| }
|
| #endif
|
|
|