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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
index 65a36a39ab..b947e954ae 100644
--- a/xfa/fwl/core/ifwl_checkbox.h
+++ b/xfa/fwl/core/ifwl_checkbox.h
@@ -9,7 +9,6 @@
#include "xfa/fwl/core/cfwl_event.h"
#include "xfa/fwl/core/cfwl_widgetproperties.h"
-#include "xfa/fwl/core/ifwl_dataprovider.h"
#include "xfa/fwl/core/ifwl_widget.h"
#define FWL_STYLEEXT_CKB_Left (0L << 0)
@@ -47,7 +46,7 @@ class CFWL_MsgMouse;
class CFWL_WidgetProperties;
class IFWL_Widget;
-class IFWL_CheckBoxDP : public IFWL_DataProvider {
+class IFWL_CheckBoxDP : public IFWL_Widget::DataProvider {
public:
virtual FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) = 0;
};