| Index: xfa/fde/tto/fde_textout.h
|
| diff --git a/xfa/fde/tto/fde_textout.h b/xfa/fde/tto/fde_textout.h
|
| index 94b72f806dc494c2dd869c2f8393c143bec94358..084af42acf9a1467bf166598c6d7f9f2c0fb11b5 100644
|
| --- a/xfa/fde/tto/fde_textout.h
|
| +++ b/xfa/fde/tto/fde_textout.h
|
| @@ -179,7 +179,7 @@ class CFDE_TextOut {
|
| int32_t m_iTotalLines;
|
| std::vector<FXTEXT_CHARPOS> m_CharPos;
|
| std::unique_ptr<CFDE_RenderDevice> m_pRenderDevice;
|
| - CFX_Int32Array m_hotKeys;
|
| + CFX_ArrayTemplate<int32_t> m_hotKeys;
|
| CFX_RectFArray m_rectArray;
|
| };
|
|
|
|
|