| Index: core/fpdfapi/fpdf_font/cpdf_type1font.h
|
| diff --git a/core/fpdfapi/fpdf_font/cpdf_type1font.h b/core/fpdfapi/fpdf_font/cpdf_type1font.h
|
| index da82cd44170cdbcc16f3bd3349b67fac4dc47cf0..188b766c8a42b88ada2579ed2d65e5bcda095629 100644
|
| --- a/core/fpdfapi/fpdf_font/cpdf_type1font.h
|
| +++ b/core/fpdfapi/fpdf_font/cpdf_type1font.h
|
| @@ -18,7 +18,7 @@ class CPDF_Type1Font : public CPDF_SimpleFont {
|
| bool IsType1Font() const override;
|
| const CPDF_Type1Font* AsType1Font() const override;
|
| CPDF_Type1Font* AsType1Font() override;
|
| - int GlyphFromCharCodeExt(FX_DWORD charcode) override;
|
| + int GlyphFromCharCodeExt(uint32_t charcode) override;
|
|
|
| int GetBase14Font() const { return m_Base14Font; }
|
|
|
|
|