summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_evtsizechanged.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_evtsizechanged.h')
-rw-r--r--xfa/fwl/core/cfwl_evtsizechanged.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_evtsizechanged.h b/xfa/fwl/core/cfwl_evtsizechanged.h
index fe2dc6f5e5..33d526751f 100644
--- a/xfa/fwl/core/cfwl_evtsizechanged.h
+++ b/xfa/fwl/core/cfwl_evtsizechanged.h
@@ -16,7 +16,7 @@ class CFWL_EvtSizeChanged : public CFWL_Event {
CFWL_EventType GetClassID() const override;
- IFWL_Widget* m_pWidget;
+ CFWL_Widget* m_pWidget;
CFX_RectF m_rtOld;
CFX_RectF m_rtNew;
};