diff options
Diffstat (limited to 'fpdfsdk/formfiller/cffl_pushbutton.cpp')
-rw-r--r-- | fpdfsdk/formfiller/cffl_pushbutton.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fpdfsdk/formfiller/cffl_pushbutton.cpp b/fpdfsdk/formfiller/cffl_pushbutton.cpp index 001560836f..d8da65a383 100644 --- a/fpdfsdk/formfiller/cffl_pushbutton.cpp +++ b/fpdfsdk/formfiller/cffl_pushbutton.cpp @@ -32,7 +32,6 @@ FX_BOOL CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, - CFX_Matrix* pUser2Device, - uint32_t dwFlags) { - CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); + CFX_Matrix* pUser2Device) { + CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device); } |