Index: fpdfsdk/include/formfiller/FFL_FormFiller.h |
diff --git a/fpdfsdk/include/formfiller/FFL_FormFiller.h b/fpdfsdk/include/formfiller/FFL_FormFiller.h |
index a519a176460b89d9c5c610ca340ddc2d530f4d61..352b6956395867e2b6d6dd5a3822eeea788dd33a 100644 |
--- a/fpdfsdk/include/formfiller/FFL_FormFiller.h |
+++ b/fpdfsdk/include/formfiller/FFL_FormFiller.h |
@@ -76,8 +76,8 @@ class CFFL_FormFiller : public IPWL_Provider, public CPWL_TimerHandler { |
FX_UINT nFlags); |
virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags); |
- FX_BOOL SetFocusForAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag); |
- FX_BOOL KillFocusForAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag); |
+ void SetFocusForAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag); |
+ void KillFocusForAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag); |
// CPWL_TimerHandler |
void TimerProc() override; |