diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_comboedit.h')
-rw-r--r-- | xfa/fwl/core/ifwl_comboedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_comboedit.h b/xfa/fwl/core/ifwl_comboedit.h index 21b9cf90c7..5b71c1e86e 100644 --- a/xfa/fwl/core/ifwl_comboedit.h +++ b/xfa/fwl/core/ifwl_comboedit.h @@ -17,7 +17,7 @@ class IFWL_ComboBox; class IFWL_ComboEdit : public IFWL_Edit { public: - IFWL_ComboEdit(const IFWL_App* app, + IFWL_ComboEdit(const CFWL_App* app, std::unique_ptr<CFWL_WidgetProperties> properties, IFWL_Widget* pOuter); |