| Index: core/fxge/include/fx_font.h
|
| diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h
|
| index a8eaecec59aa7a7d5733b357a354695e78163ee0..1299b23008af32afc4b60d2b2848d3223bc13cf9 100644
|
| --- a/core/fxge/include/fx_font.h
|
| +++ b/core/fxge/include/fx_font.h
|
| @@ -83,7 +83,7 @@ class CFX_Font {
|
| #ifdef PDF_ENABLE_XFA
|
| FX_BOOL LoadFile(IFX_FileRead* pFile,
|
| int nFaceIndex = 0,
|
| - int* pFaceCount = NULL);
|
| + int* pFaceCount = nullptr);
|
|
|
| FX_BOOL LoadClone(const CFX_Font* pFont);
|
| CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; }
|
|
|