| Index: xfa/include/fwl/core/fwl_panel.h
|
| diff --git a/xfa/include/fwl/core/fwl_panel.h b/xfa/include/fwl/core/fwl_panel.h
|
| index 94e01bca607235be98936aa2062f2a332b9e8cec..51e3d4caaa58d433479b2d5d10f66981fdbfdb24 100644
|
| --- a/xfa/include/fwl/core/fwl_panel.h
|
| +++ b/xfa/include/fwl/core/fwl_panel.h
|
| @@ -7,10 +7,10 @@
|
| #ifndef XFA_INCLUDE_FWL_CORE_FWL_PANEL_H_
|
| #define XFA_INCLUDE_FWL_CORE_FWL_PANEL_H_
|
|
|
| -class IFWL_Widget;
|
| +#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
|
| +
|
| class IFWL_Content;
|
| -class IFWL_Panel;
|
| -class IFWL_CustomPanel;
|
| +
|
| #define FWL_CLASS_Panel L"FWL_Panel"
|
| #define FWL_CLASSHASH_Panel 881567292
|
|
|
|
|