| Index: xfa/fwl/core/ifwl_combobox.h
|
| diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h
|
| index ad48ec23912ec048c5a2c2c85223fd5acd6c1156..b2fc23de7d63fd4d6bc2b55b4c9ac4045131e894 100644
|
| --- a/xfa/fwl/core/ifwl_combobox.h
|
| +++ b/xfa/fwl/core/ifwl_combobox.h
|
| @@ -54,7 +54,7 @@ class IFWL_ComboBox : public IFWL_Widget {
|
| virtual FX_FLOAT GetListHeight(IFWL_Widget* pWidget) = 0;
|
| };
|
|
|
| - explicit IFWL_ComboBox(const IFWL_App* app,
|
| + explicit IFWL_ComboBox(const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties);
|
| ~IFWL_ComboBox() override;
|
|
|
|
|