diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffimage.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffimage.h b/xfa/fxfa/cxfa_ffimage.h index e58983fdca..869654b8df 100644 --- a/xfa/fxfa/cxfa_ffimage.h +++ b/xfa/fxfa/cxfa_ffimage.h @@ -16,7 +16,7 @@ class CXFA_FFImage : public CXFA_FFDraw { // CXFA_FFWidget void RenderWidget(CXFA_Graphics* pGS, - CFX_Matrix* pMatrix, + const CFX_Matrix& matrix, uint32_t dwStatus) override; bool IsLoaded() override; bool LoadWidget() override; |