| Index: fpdfsdk/formfiller/cffl_listbox.h
|
| diff --git a/fpdfsdk/formfiller/cffl_listbox.h b/fpdfsdk/formfiller/cffl_listbox.h
|
| index 29d0884af02f5f15ad5df76bdca65d373310f4ab..8d8ed0d5ab72387266673ab8709c539ae843c4cd 100644
|
| --- a/fpdfsdk/formfiller/cffl_listbox.h
|
| +++ b/fpdfsdk/formfiller/cffl_listbox.h
|
| @@ -23,7 +23,9 @@ class CFFL_ListBox : public CFFL_FormFiller {
|
| PWL_CREATEPARAM GetCreateParam() override;
|
| CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
| CPDFSDK_PageView* pPageView) override;
|
| - FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) override;
|
| + FX_BOOL OnChar(CPDFSDK_Annot* pAnnot,
|
| + uint32_t nChar,
|
| + uint32_t nFlags) override;
|
| FX_BOOL IsDataChanged(CPDFSDK_PageView* pPageView) override;
|
| void SaveData(CPDFSDK_PageView* pPageView) override;
|
| void GetActionData(CPDFSDK_PageView* pPageView,
|
|
|