diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_comboboxproxy.h')
-rw-r--r-- | xfa/fwl/core/ifwl_comboboxproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_comboboxproxy.h b/xfa/fwl/core/ifwl_comboboxproxy.h index 3425005e81..228045d750 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; |