| Index: xfa/fwl/core/cfwl_listbox.h
|
| diff --git a/xfa/fwl/core/cfwl_listbox.h b/xfa/fwl/core/cfwl_listbox.h
|
| index 80bc23b2d081599357180ace3c4172cc632b7e2f..504b1d9804cd18ab33158e7e7e15d63863a1cace 100644
|
| --- a/xfa/fwl/core/cfwl_listbox.h
|
| +++ b/xfa/fwl/core/cfwl_listbox.h
|
| @@ -17,7 +17,7 @@
|
|
|
| class CFWL_ListBox : public CFWL_Widget, public IFWL_ListBox::DataProvider {
|
| public:
|
| - explicit CFWL_ListBox(const IFWL_App* pApp);
|
| + explicit CFWL_ListBox(const CFWL_App* pApp);
|
| ~CFWL_ListBox() override;
|
|
|
| void Initialize();
|
|
|