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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
index 30d9b637a0..0c9f3cda12 100644
--- a/xfa/fwl/core/ifwl_checkbox.h
+++ b/xfa/fwl/core/ifwl_checkbox.h
@@ -48,13 +48,13 @@ class CFWL_MsgMouse;
class CFWL_WidgetProperties;
class IFWL_Widget;
-class IFWL_CheckBoxDP : public IFWL_Widget::DataProvider {
- public:
- virtual FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) = 0;
-};
-
class IFWL_CheckBox : public IFWL_Widget {
public:
+ class DataProvider : public IFWL_Widget::DataProvider {
+ public:
+ virtual FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) = 0;
+ };
+
IFWL_CheckBox(const IFWL_App* app,
std::unique_ptr<CFWL_WidgetProperties> properties);
~IFWL_CheckBox() override;