diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffsubform.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffsubform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffsubform.h b/xfa/fxfa/cxfa_ffsubform.h index 051bd271bf..a69b571566 100644 --- a/xfa/fxfa/cxfa_ffsubform.h +++ b/xfa/fxfa/cxfa_ffsubform.h @@ -12,7 +12,7 @@ class CXFA_FFSubForm : public CXFA_FFWidget { public: - explicit CXFA_FFSubForm(CXFA_WidgetAcc* pDataAcc); + explicit CXFA_FFSubForm(CXFA_Node* pNode); ~CXFA_FFSubForm() override; }; |