diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_evtkillfocus.h')
-rw-r--r-- | xfa/fwl/core/cfwl_evtkillfocus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_evtkillfocus.h b/xfa/fwl/core/cfwl_evtkillfocus.h index 5a9d292af8..737053bc3d 100644 --- a/xfa/fwl/core/cfwl_evtkillfocus.h +++ b/xfa/fwl/core/cfwl_evtkillfocus.h @@ -16,7 +16,7 @@ class CFWL_EvtKillFocus : public CFWL_Event { CFWL_EventType GetClassID() const override; - IFWL_Widget* m_pKillFocus; + CFWL_Widget* m_pKillFocus; }; #endif // XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_ |