Index: core/fpdfapi/fpdf_font/cpdf_cidfont.h |
diff --git a/core/fpdfapi/fpdf_font/cpdf_cidfont.h b/core/fpdfapi/fpdf_font/cpdf_cidfont.h |
index 62840f847a11a4da65ebb3bd8ce1178e40f487b5..f1c72c65cf3f38dd7dd7ee991193fbf3518e0b30 100644 |
--- a/core/fpdfapi/fpdf_font/cpdf_cidfont.h |
+++ b/core/fpdfapi/fpdf_font/cpdf_cidfont.h |
@@ -40,7 +40,8 @@ class CPDF_CIDFont : public CPDF_Font { |
bool IsCIDFont() const override; |
const CPDF_CIDFont* AsCIDFont() const override; |
CPDF_CIDFont* AsCIDFont() override; |
- int GlyphFromCharCode(uint32_t charcode, FX_BOOL* pVertGlyph = NULL) override; |
+ int GlyphFromCharCode(uint32_t charcode, |
+ FX_BOOL* pVertGlyph = nullptr) override; |
int GetCharWidthF(uint32_t charcode, int level = 0) override; |
FX_RECT GetCharBBox(uint32_t charcode, int level = 0) override; |
uint32_t GetNextChar(const FX_CHAR* pString, |