diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_checkbox.h')
-rw-r--r-- | xfa/fwl/core/cfwl_checkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_checkbox.h b/xfa/fwl/core/cfwl_checkbox.h index 099fe31d28..dd1db68b32 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(); |