diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_themepart.h')
-rw-r--r-- | xfa/fwl/core/cfwl_themepart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/core/cfwl_themepart.h b/xfa/fwl/core/cfwl_themepart.h index 93565e91f5..f80bb8e07a 100644 --- a/xfa/fwl/core/cfwl_themepart.h +++ b/xfa/fwl/core/cfwl_themepart.h @@ -77,7 +77,7 @@ enum CFWL_PartState { CFWL_PartState_Selected = 1 << 14 }; -class IFWL_Widget; +class CFWL_Widget; class CFWL_ThemePart { public: @@ -85,7 +85,7 @@ class CFWL_ThemePart { CFX_Matrix m_matrix; CFX_RectF m_rtPart; - IFWL_Widget* m_pWidget; + CFWL_Widget* m_pWidget; CFWL_Part m_iPart; uint32_t m_dwStates; bool m_bMaximize; |