| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index ce52371df0b26e11c02f6b15bde559ac7ca69655..7f15be1b0a890da7bc24286a1d2ca39dfb6503d8 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -129,7 +129,7 @@ protected:
|
| SEGMENT_Array m_Segment;
|
| CFX_RectArray m_SelRects;
|
| LINEOBJ m_LineObj;
|
| - FX_BOOL m_TextlineDir;
|
| + int32_t m_TextlineDir;
|
| CFX_FloatRect m_CurlineRect;
|
| };
|
| class CPDF_TextPageFind: public IPDF_TextPageFind
|
|
|