diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_msgkillfocus.h')
-rw-r--r-- | xfa/fwl/core/cfwl_msgkillfocus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_msgkillfocus.h b/xfa/fwl/core/cfwl_msgkillfocus.h index 71c52d90c7..ef687524f9 100644 --- a/xfa/fwl/core/cfwl_msgkillfocus.h +++ b/xfa/fwl/core/cfwl_msgkillfocus.h @@ -20,7 +20,7 @@ class CFWL_MsgKillFocus : public CFWL_Message { std::unique_ptr<CFWL_Message> Clone() override; CFWL_MessageType GetClassID() const override; - IFWL_Widget* m_pSetFocus; + CFWL_Widget* m_pSetFocus; }; #endif // XFA_FWL_CORE_CFWL_MSGKILLFOCUS_H_ |