diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffpushbutton.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffpushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffpushbutton.h b/xfa/fxfa/cxfa_ffpushbutton.h index e8b8909bb2..dda06068cd 100644 --- a/xfa/fxfa/cxfa_ffpushbutton.h +++ b/xfa/fxfa/cxfa_ffpushbutton.h @@ -25,7 +25,7 @@ class CXFA_FFPushButton : public CXFA_FFField { // CXFA_FFField void RenderWidget(CXFA_Graphics* pGS, - CFX_Matrix* pMatrix, + const CFX_Matrix& matrix, uint32_t dwStatus) override; bool LoadWidget() override; void UnloadWidget() override; |