| Index: xfa/fwl/core/cfwl_msgkillfocus.h
|
| diff --git a/xfa/fwl/core/cfwl_msgkillfocus.h b/xfa/fwl/core/cfwl_msgkillfocus.h
|
| index 71c52d90c79200814c9688e4ba7dd490db45ba57..ef687524f976f63937dec517fcf61b5604793ddc 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_
|
|
|