diff options
Diffstat (limited to 'xfa/fxfa/app/xfa_ffnotify.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffnotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffnotify.h b/xfa/fxfa/app/xfa_ffnotify.h index e61c07924e..30c8f0d107 100644 --- a/xfa/fxfa/app/xfa_ffnotify.h +++ b/xfa/fxfa/app/xfa_ffnotify.h @@ -25,7 +25,7 @@ class CXFA_FFNotify : public IXFA_Notify { void* pParam3 = NULL, void* pParam4 = NULL); virtual void OnWidgetDataEvent(CXFA_WidgetData* pSender, - FX_DWORD dwEvent, + uint32_t dwEvent, void* pParam = NULL, void* pAdditional = NULL, void* pAdditional2 = NULL); |