| Index: fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| index ca924e19cb9fd66a2ac9a2767c0205ffc375e546..f46f12ebf2e9d68ea65a178b0ef6879df7c8ea27 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| @@ -102,10 +102,10 @@ class CPWL_Edit : public CPWL_EditCtrl, public IFX_Edit_OprNotify {
|
| m_pFillerNotify = pNotify;
|
| }
|
|
|
| - void GeneratePageObjects(CPDF_PageObjects* pPageObjects,
|
| + void GeneratePageObjects(CPDF_PageObjectList* pPageObjects,
|
| const CPDF_Point& ptOffset,
|
| CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray);
|
| - void GeneratePageObjects(CPDF_PageObjects* pPageObjects,
|
| + void GeneratePageObjects(CPDF_PageObjectList* pPageObjects,
|
| const CPDF_Point& ptOffset);
|
|
|
| protected:
|
|
|