summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffexclgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_ffexclgroup.h')
-rw-r--r--xfa/fxfa/cxfa_ffexclgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffexclgroup.h b/xfa/fxfa/cxfa_ffexclgroup.h
index a67b24b78d..bf97702d40 100644
--- a/xfa/fxfa/cxfa_ffexclgroup.h
+++ b/xfa/fxfa/cxfa_ffexclgroup.h
@@ -17,7 +17,7 @@ class CXFA_FFExclGroup : public CXFA_FFWidget {
// CXFA_FFWidget
void RenderWidget(CXFA_Graphics* pGS,
- CFX_Matrix* pMatrix,
+ const CFX_Matrix& matrix,
uint32_t dwStatus) override;
};