summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_checkbox.h')
-rw-r--r--xfa/fwl/core/ifwl_checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
index 0c9f3cda12..8d777fc0f5 100644
--- a/xfa/fwl/core/ifwl_checkbox.h
+++ b/xfa/fwl/core/ifwl_checkbox.h
@@ -55,7 +55,7 @@ class IFWL_CheckBox : public IFWL_Widget {
virtual FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) = 0;
};
- IFWL_CheckBox(const IFWL_App* app,
+ IFWL_CheckBox(const CFWL_App* app,
std::unique_ptr<CFWL_WidgetProperties> properties);
~IFWL_CheckBox() override;