diff options
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r-- | public/fpdf_formfill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index 5191fd75a8..cc8171657f 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 |