summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/src/core/include/fwl_contentimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl/src/core/include/fwl_contentimp.h')
-rw-r--r--xfa/src/fwl/src/core/include/fwl_contentimp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xfa/src/fwl/src/core/include/fwl_contentimp.h b/xfa/src/fwl/src/core/include/fwl_contentimp.h
index 8839f37d30..a67d18da0a 100644
--- a/xfa/src/fwl/src/core/include/fwl_contentimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_contentimp.h
@@ -7,9 +7,10 @@
#ifndef XFA_SRC_FWL_SRC_CORE_INCLUDE_FWL_CONTENTIMP_H_
#define XFA_SRC_FWL_SRC_CORE_INCLUDE_FWL_CONTENTIMP_H_
-class CFWL_WidgetImp;
+#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
+
class IFWL_Widget;
-class CFWL_ContentImp;
+
class CFWL_ContentImp : public CFWL_WidgetImp {
public:
CFWL_ContentImp(const CFWL_WidgetImpProperties& properties,