| Index: core/fxge/include/fx_font.h
|
| diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h
|
| index 023a6a092844eaca9fb7d54448620720e30b1093..13143d518bd62ced3c1148c36e976297dd999c36 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; }
|
|
|