| Index: core/include/fxge/fx_font.h
|
| diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h
|
| index 2d19db614fa25fe00449d20513556be42eb8c084..3484196187b10a732f34a6b52f2d57b1b74f1c71 100644
|
| --- a/core/include/fxge/fx_font.h
|
| +++ b/core/include/fxge/fx_font.h
|
| @@ -349,7 +349,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;
|
|
|