| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index 9131cdb321b19374c9e7c54f7cfe67856cdf85d6..6a72cf6709f09024448fa803c9b56a7125890a7a 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -186,7 +186,7 @@ class CPDF_TextPageFind : public IPDF_TextPageFind {
|
| CFX_WideString m_strText;
|
| CFX_WideString m_findWhat;
|
| int m_flags;
|
| - CFX_WideStringArray m_csFindWhatArray;
|
| + std::vector<CFX_WideString> m_csFindWhatArray;
|
| int m_findNextStart;
|
| int m_findPreStart;
|
| FX_BOOL m_bMatchCase;
|
|
|