| Index: xfa/src/fwl/src/core/include/fwl_panelimp.h
|
| diff --git a/xfa/src/fwl/src/core/include/fwl_panelimp.h b/xfa/src/fwl/src/core/include/fwl_panelimp.h
|
| index 7904148257a051fe11830506aa83f7bc7a35971c..86a6a0f211477e2b666c2035da0ce9b01fe5628a 100644
|
| --- a/xfa/src/fwl/src/core/include/fwl_panelimp.h
|
| +++ b/xfa/src/fwl/src/core/include/fwl_panelimp.h
|
| @@ -7,11 +7,12 @@
|
| #ifndef XFA_SRC_FWL_SRC_CORE_INCLUDE_FWL_PANELIMP_H_
|
| #define XFA_SRC_FWL_SRC_CORE_INCLUDE_FWL_PANELIMP_H_
|
|
|
| -class CFWL_WidgetImp;
|
| +#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
|
| +
|
| class CFWL_WidgetImpProperties;
|
| class IFWL_Widget;
|
| class IFWL_Content;
|
| -class CFWL_PanelImp;
|
| +
|
| class CFWL_PanelImp : public CFWL_WidgetImp {
|
| public:
|
| CFWL_PanelImp(const CFWL_WidgetImpProperties& properties,
|
|
|