| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index edde651ddb5710f397b9b0dbeda2656c7367bac6..9b7d65493073b24202fe14b04a047d4a9274aefc 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;
|
|
|