diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffwidgethandler.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffwidgethandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_ffwidgethandler.h b/xfa/fxfa/cxfa_ffwidgethandler.h index 1ef8854310..378a442409 100644 --- a/xfa/fxfa/cxfa_ffwidgethandler.h +++ b/xfa/fxfa/cxfa_ffwidgethandler.h @@ -66,8 +66,8 @@ class CXFA_FFWidgetHandler { CXFA_Graphics* pGS, const CFX_Matrix& matrix, bool bHighlight); - bool HasEvent(CXFA_WidgetAcc* pWidgetAcc, XFA_EVENTTYPE eEventType); - int32_t ProcessEvent(CXFA_WidgetAcc* pWidgetAcc, CXFA_EventParam* pParam); + bool HasEvent(CXFA_Node* pNode, XFA_EVENTTYPE eEventType); + int32_t ProcessEvent(CXFA_Node* pNode, CXFA_EventParam* pParam); private: CXFA_Node* CreateWidgetFormItem(XFA_WIDGETTYPE eType, |