Index: xfa/fgas/font/fgas_gefont.h |
diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h |
index 491f38bc8930b7623777b5375fe8f782fce6d55c..8595782dc33c154c86c8d6c4af47d6fbabdd6723 100644 |
--- a/xfa/fgas/font/fgas_gefont.h |
+++ b/xfa/fgas/font/fgas_gefont.h |
@@ -70,7 +70,7 @@ class CFX_GEFont : public IFX_Font { |
IFX_FileRead* m_pFileRead; |
CFX_UnicodeEncoding* m_pFontEncoding; |
CFX_WordDiscreteArray* m_pCharWidthMap; |
- CFX_RectMassArray* m_pRectArray; |
+ CFX_MassArrayTemplate<CFX_Rect>* m_pRectArray; |
CFX_MapPtrToPtr* m_pBBoxMap; |
CXFA_PDFFontMgr* m_pProvider; |
uint16_t m_wCharSet; |