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 d9530a895e..1bfaffec89 100644 --- a/xfa/fxfa/app/xfa_ffnotify.h +++ b/xfa/fxfa/app/xfa_ffnotify.h @@ -14,7 +14,7 @@ class CXFA_FFWidgetHandler; class CXFA_FFNotify { public: - CXFA_FFNotify(CXFA_FFDoc* pDoc); + explicit CXFA_FFNotify(CXFA_FFDoc* pDoc); ~CXFA_FFNotify(); void OnPageEvent(CXFA_ContainerLayoutItem* pSender, uint32_t dwEvent); |