diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_evtvalidate.h')
-rw-r--r-- | xfa/fwl/core/cfwl_evtvalidate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_evtvalidate.h b/xfa/fwl/core/cfwl_evtvalidate.h index be9fd5642e..fae20b845b 100644 --- a/xfa/fwl/core/cfwl_evtvalidate.h +++ b/xfa/fwl/core/cfwl_evtvalidate.h @@ -16,7 +16,7 @@ class CFWL_EvtValidate : public CFWL_Event { CFWL_EventType GetClassID() const override; - IFWL_Widget* pDstWidget; + CFWL_Widget* pDstWidget; CFX_WideString wsInsert; bool bValidate; }; |