summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffdraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_ffdraw.h')
-rw-r--r--xfa/fxfa/cxfa_ffdraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffdraw.h b/xfa/fxfa/cxfa_ffdraw.h
index 3ca106ac07..de9cfcf428 100644
--- a/xfa/fxfa/cxfa_ffdraw.h
+++ b/xfa/fxfa/cxfa_ffdraw.h
@@ -12,7 +12,7 @@
class CXFA_FFDraw : public CXFA_FFWidget {
public:
- explicit CXFA_FFDraw(CXFA_WidgetAcc* pDataAcc);
+ explicit CXFA_FFDraw(CXFA_Node* pNode);
~CXFA_FFDraw() override;
};