Index: xfa/include/fwl/lightwidget/widget.h |
diff --git a/xfa/include/fwl/lightwidget/widget.h b/xfa/include/fwl/lightwidget/widget.h |
index af5bddb5e74fd5b23fd69423f818f73d7673d12f..222ce1c768c8972178999792d2cf19a2b13bf067 100644 |
--- a/xfa/include/fwl/lightwidget/widget.h |
+++ b/xfa/include/fwl/lightwidget/widget.h |
@@ -13,7 +13,7 @@ class IFWL_WidgetDelegate; |
class IFWL_Widget; |
class CFWL_Widget; |
class CFWL_WidgetDelegate; |
-class CFWL_WidgetProperties : public CFX_Object |
+class CFWL_WidgetProperties |
{ |
public: |
CFWL_WidgetProperties() |
@@ -35,7 +35,7 @@ public: |
CFWL_Widget *m_pParent; |
CFWL_Widget *m_pOwner; |
}; |
-class CFWL_Widget : public CFX_Object |
+class CFWL_Widget |
{ |
public: |
IFWL_Widget* GetWidget(); |
@@ -89,7 +89,7 @@ public: |
CFWL_WidgetMgr *m_pWidgetMgr; |
CFWL_WidgetProperties *m_pProperties; |
}; |
-class CFWL_WidgetDelegate : public CFX_Object, public IFWL_WidgetDelegate |
+class CFWL_WidgetDelegate |
{ |
public: |
CFWL_WidgetDelegate(); |