Index: xfa/src/fwl/src/core/include/fwl_contentimp.h |
diff --git a/xfa/src/fwl/src/core/include/fwl_contentimp.h b/xfa/src/fwl/src/core/include/fwl_contentimp.h |
index 8839f37d309aa367e1969465a3f647f67796d3ef..a67d18da0a3e36981bd586fba858be62150e3fad 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, |