| Index: xfa/fwl/core/ifwl_combolist.h
|
| diff --git a/xfa/fwl/core/ifwl_combolist.h b/xfa/fwl/core/ifwl_combolist.h
|
| index 5d21b4368106784c148497cd20d90876e2f27e13..d88a5956c29ec91141b3ea78289788301e36183b 100644
|
| --- a/xfa/fwl/core/ifwl_combolist.h
|
| +++ b/xfa/fwl/core/ifwl_combolist.h
|
| @@ -18,7 +18,7 @@ class IFWL_ComboList : public IFWL_ListBox {
|
|
|
| // IFWL_Widget
|
| FWL_Error Initialize() override;
|
| - FWL_Error Finalize() override;
|
| + void Finalize() override;
|
|
|
| int32_t MatchItem(const CFX_WideString& wsMatch);
|
| void ChangeSelected(int32_t iSel);
|
|
|