| Index: core/include/fxge/fx_font.h
|
| diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h
|
| index aa9286ff3e200bfafec516f29d27504e0b3e435e..5cd16207e6d35a6834c11bc1cece0ff38442fc5e 100644
|
| --- a/core/include/fxge/fx_font.h
|
| +++ b/core/include/fxge/fx_font.h
|
| @@ -285,7 +285,7 @@ class CFX_FontMapper {
|
| };
|
| class IFX_SystemFontInfo {
|
| public:
|
| - static IFX_SystemFontInfo* CreateDefault();
|
| + static IFX_SystemFontInfo* CreateDefault(const char** pUserPaths);
|
| virtual void Release() = 0;
|
|
|
| virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;
|
|
|