| Index: xfa/fwl/core/ifwl_comboboxproxy.h
 | 
| diff --git a/xfa/fwl/core/ifwl_comboboxproxy.h b/xfa/fwl/core/ifwl_comboboxproxy.h
 | 
| index 3425005e815d2b901d138e52ebcf06cb3872c65a..228045d7508051106d90b8e1ce9a6a9b4eb62453 100644
 | 
| --- a/xfa/fwl/core/ifwl_comboboxproxy.h
 | 
| +++ b/xfa/fwl/core/ifwl_comboboxproxy.h
 | 
| @@ -16,7 +16,7 @@ class IFWL_ComboBox;
 | 
|  class IFWL_ComboBoxProxy : public IFWL_FormProxy {
 | 
|   public:
 | 
|    IFWL_ComboBoxProxy(IFWL_ComboBox* pCombobBox,
 | 
| -                     const IFWL_App* app,
 | 
| +                     const CFWL_App* app,
 | 
|                       std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|                       IFWL_Widget* pOuter);
 | 
|    ~IFWL_ComboBoxProxy() override;
 | 
| 
 |