diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_evtsetfocus.h')
-rw-r--r-- | xfa/fwl/core/cfwl_evtsetfocus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_evtsetfocus.h b/xfa/fwl/core/cfwl_evtsetfocus.h index b1ff43d6e3..0232b59576 100644 --- a/xfa/fwl/core/cfwl_evtsetfocus.h +++ b/xfa/fwl/core/cfwl_evtsetfocus.h @@ -16,7 +16,7 @@ class CFWL_EvtSetFocus : public CFWL_Event { CFWL_EventType GetClassID() const override; - IFWL_Widget* m_pSetFocus; + CFWL_Widget* m_pSetFocus; }; #endif // XFA_FWL_CORE_CFWL_EVTSETFOCUS_H_ |