summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffnotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_ffnotify.h')
-rw-r--r--xfa/fxfa/cxfa_ffnotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffnotify.h b/xfa/fxfa/cxfa_ffnotify.h
index 248f633a3d..651e91f21b 100644
--- a/xfa/fxfa/cxfa_ffnotify.h
+++ b/xfa/fxfa/cxfa_ffnotify.h
@@ -49,7 +49,7 @@ class CXFA_FFNotify {
bool FindSplitPos(CXFA_Node* pItem,
int32_t iBlockIndex,
float& fCalcHeightPos);
- bool RunScript(CXFA_Node* pScript, CXFA_Node* pFormItem);
+ bool RunScript(CXFA_Script* pScript, CXFA_Node* pFormItem);
int32_t ExecEventByDeepFirst(CXFA_Node* pFormNode,
XFA_EVENTTYPE eEventType,
bool bIsFormReady = false,