| Index: xfa/fwl/core/cfwl_combobox.h
|
| diff --git a/xfa/fwl/core/cfwl_combobox.h b/xfa/fwl/core/cfwl_combobox.h
|
| index 45d571f9870642afe913ac0b2d4b8dac12e7d74f..2036b933fd1730f3c5c2258e323599fab6adf610 100644
|
| --- a/xfa/fwl/core/cfwl_combobox.h
|
| +++ b/xfa/fwl/core/cfwl_combobox.h
|
| @@ -15,7 +15,7 @@
|
|
|
| class CFWL_ComboBox : public CFWL_Widget, public IFWL_ComboBox::DataProvider {
|
| public:
|
| - explicit CFWL_ComboBox(const IFWL_App* pApp);
|
| + explicit CFWL_ComboBox(const CFWL_App* pApp);
|
| ~CFWL_ComboBox() override;
|
|
|
| void Initialize();
|
|
|