| Index: public/fpdf_formfill.h
|
| diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
|
| index 5191fd75a82e308ca3e7fa346e14399e30c5f2e5..cc8171657f2aa7563576a3f006fc9611333310bb 100644
|
| --- a/public/fpdf_formfill.h
|
| +++ b/public/fpdf_formfill.h
|
| @@ -1107,7 +1107,7 @@ DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle,FPDF_BITMAP bitmap,
|
| * Return Value:
|
| * TRUE indicates that the input document has XFA fields, otherwise FALSE.
|
| **/
|
| -DLLEXPORT FPDF_BOOL STDCALL FPDF_HasXFAField(FPDF_DOCUMENT document, int& docType);
|
| +DLLEXPORT FPDF_BOOL STDCALL FPDF_HasXFAField(FPDF_DOCUMENT document, int* docType);
|
|
|
| /**
|
| * Function: FPDF_LoadXFA
|
|
|