| Index: xfa/fwl/core/cfwl_checkbox.h
|
| diff --git a/xfa/fwl/core/cfwl_checkbox.h b/xfa/fwl/core/cfwl_checkbox.h
|
| index 099fe31d2805266d73e1a6fc0deca7d0b6d46ad7..dd1db68b32e61d0fb057fad14663da208df066ab 100644
|
| --- a/xfa/fwl/core/cfwl_checkbox.h
|
| +++ b/xfa/fwl/core/cfwl_checkbox.h
|
| @@ -12,7 +12,7 @@
|
|
|
| class CFWL_CheckBox : public CFWL_Widget, public IFWL_CheckBox::DataProvider {
|
| public:
|
| - explicit CFWL_CheckBox(const IFWL_App* pApp);
|
| + explicit CFWL_CheckBox(const CFWL_App* pApp);
|
| ~CFWL_CheckBox() override;
|
|
|
| void Initialize();
|
|
|