diff options
Diffstat (limited to 'fpdfsdk/formfiller/cffl_listbox.h')
-rw-r--r-- | fpdfsdk/formfiller/cffl_listbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/formfiller/cffl_listbox.h b/fpdfsdk/formfiller/cffl_listbox.h index fc06e144a7..014865d567 100644 --- a/fpdfsdk/formfiller/cffl_listbox.h +++ b/fpdfsdk/formfiller/cffl_listbox.h @@ -20,8 +20,8 @@ class CFFL_ListBox : public CFFL_TextObject { ~CFFL_ListBox() override; // CFFL_TextObject: - PWL_CREATEPARAM GetCreateParam() override; - CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp) override; + CPWL_Wnd::CreateParams GetCreateParam() override; + CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override; bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override; bool IsDataChanged(CPDFSDK_PageView* pPageView) override; void SaveData(CPDFSDK_PageView* pPageView) override; |