| Index: xfa/fwl/core/ifwl_comboedit.h
|
| diff --git a/xfa/fwl/core/ifwl_comboedit.h b/xfa/fwl/core/ifwl_comboedit.h
|
| index 21b9cf90c78d101b0411b143d66fd3a66d17337f..5b71c1e86e4debaf3d2aed3a08526b8cf8afab50 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);
|
|
|
|
|