| Index: fpdfsdk/fxedit/fxet_edit.h
|
| diff --git a/fpdfsdk/fxedit/fxet_edit.h b/fpdfsdk/fxedit/fxet_edit.h
|
| index 1c3e95502498a9b57ce6617142cd9cf1fdd867a6..2ab27d3a8488f4ffa5b1e7866b30fda2431f12aa 100644
|
| --- a/fpdfsdk/fxedit/fxet_edit.h
|
| +++ b/fpdfsdk/fxedit/fxet_edit.h
|
| @@ -8,6 +8,7 @@
|
| #define FPDFSDK_FXEDIT_FXET_EDIT_H_
|
|
|
| #include <memory>
|
| +#include <vector>
|
|
|
| #include "core/fpdfdoc/cpvt_secprops.h"
|
| #include "core/fpdfdoc/cpvt_wordprops.h"
|
| @@ -335,13 +336,12 @@ class CFX_Edit {
|
| const CPVT_WordRange* pRange,
|
| CFX_SystemHandler* pSystemHandler,
|
| CFFL_FormFiller* pFFLData);
|
| - static void GeneratePageObjects(
|
| - CPDF_PageObjectHolder* pObjectHolder,
|
| - CFX_Edit* pEdit,
|
| - const CFX_FloatPoint& ptOffset,
|
| - const CPVT_WordRange* pRange,
|
| - FX_COLORREF crText,
|
| - CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray);
|
| + static void GeneratePageObjects(CPDF_PageObjectHolder* pObjectHolder,
|
| + CFX_Edit* pEdit,
|
| + const CFX_FloatPoint& ptOffset,
|
| + const CPVT_WordRange* pRange,
|
| + FX_COLORREF crText,
|
| + std::vector<CPDF_TextObject*>* ObjArray);
|
|
|
| CFX_Edit();
|
| ~CFX_Edit();
|
|
|