Index: fpdfsdk/fxedit/fxet_edit.cpp |
diff --git a/fpdfsdk/fxedit/fxet_edit.cpp b/fpdfsdk/fxedit/fxet_edit.cpp |
index df8d9ca51d76dace4722844e72b7a8775e68a606..7a9c37160671098588cc71a70471c5b0f3e75278 100644 |
--- a/fpdfsdk/fxedit/fxet_edit.cpp |
+++ b/fpdfsdk/fxedit/fxet_edit.cpp |
@@ -822,7 +822,7 @@ void CFX_Edit::DrawEdit(CFX_RenderDevice* pDevice, |
const CFX_FloatPoint& ptOffset, |
const CPVT_WordRange* pRange, |
CFX_SystemHandler* pSystemHandler, |
- void* pFFLData) { |
+ CFFL_FormFiller* pFFLData) { |
const bool bContinuous = |
pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; |
uint16_t SubWord = pEdit->GetPasswordChar(); |