diff options
Diffstat (limited to 'core/fpdfapi/font/cpdf_cmap.h')
-rw-r--r-- | core/fpdfapi/font/cpdf_cmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/font/cpdf_cmap.h b/core/fpdfapi/font/cpdf_cmap.h index ab495efbfc..b47b12d531 100644 --- a/core/fpdfapi/font/cpdf_cmap.h +++ b/core/fpdfapi/font/cpdf_cmap.h @@ -37,7 +37,7 @@ class CPDF_CMap : public CFX_Retainable { }; struct CodeRange { - int m_CharSize; + FX_STRSIZE m_CharSize; uint8_t m_Lower[4]; uint8_t m_Upper[4]; }; |