| Index: xfa/fwl/core/ifwl_listbox.h
 | 
| diff --git a/xfa/fwl/core/ifwl_listbox.h b/xfa/fwl/core/ifwl_listbox.h
 | 
| index b6c0b8266b7e5ca318ebaf8b6ad2b16501acadc9..ea1c54e3a3cd1dcfbb8bfd8355cf51e8dd3dd42e 100644
 | 
| --- a/xfa/fwl/core/ifwl_listbox.h
 | 
| +++ b/xfa/fwl/core/ifwl_listbox.h
 | 
| @@ -76,7 +76,7 @@ class IFWL_ListBox : public IFWL_Widget {
 | 
|                                     uint32_t dwCheckState) = 0;
 | 
|    };
 | 
|  
 | 
| -  IFWL_ListBox(const IFWL_App* app,
 | 
| +  IFWL_ListBox(const CFWL_App* app,
 | 
|                 std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|                 IFWL_Widget* pOuter);
 | 
|    ~IFWL_ListBox() override;
 | 
| 
 |