| Index: xfa/fwl/core/ifwl_combolist.cpp
|
| diff --git a/xfa/fwl/core/ifwl_combolist.cpp b/xfa/fwl/core/ifwl_combolist.cpp
|
| index 18612dbc802e58f336860471cddebaaa54f33111..320c7fdb3f91d268f91bbfd75cb731e531afb1b6 100644
|
| --- a/xfa/fwl/core/ifwl_combolist.cpp
|
| +++ b/xfa/fwl/core/ifwl_combolist.cpp
|
| @@ -18,7 +18,7 @@
|
| #include "xfa/fwl/core/ifwl_listbox.h"
|
|
|
| IFWL_ComboList::IFWL_ComboList(
|
| - const IFWL_App* app,
|
| + const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties,
|
| IFWL_Widget* pOuter)
|
| : IFWL_ListBox(app, std::move(properties), pOuter), m_bNotifyOwner(true) {
|
|
|