| Index: xfa/include/fwl/basewidget/fwl_listbox.h
|
| diff --git a/xfa/include/fwl/basewidget/fwl_listbox.h b/xfa/include/fwl/basewidget/fwl_listbox.h
|
| index ba59af82dd043a43601cdcd43a5f5ebe553ec427..569e00ea0c51086b303c52b63e3680197d280044 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_listbox.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_listbox.h
|
| @@ -110,9 +110,8 @@ class IFWL_ListBoxCompare {
|
| class IFWL_ListBox : public IFWL_Widget {
|
| public:
|
| static IFWL_ListBox* Create();
|
| - FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
|
| FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
| int32_t CountSelItems();
|
| FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
|
| int32_t GetSelIndex(int32_t nIndex);
|
|
|