diff options
Diffstat (limited to 'xfa/fxfa/app/cxfa_ffrectangle.h')
-rw-r--r-- | xfa/fxfa/app/cxfa_ffrectangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/cxfa_ffrectangle.h b/xfa/fxfa/app/cxfa_ffrectangle.h index 499f60007e..2ddb35dade 100644 --- a/xfa/fxfa/app/cxfa_ffrectangle.h +++ b/xfa/fxfa/app/cxfa_ffrectangle.h @@ -15,7 +15,7 @@ class CXFA_FFRectangle : public CXFA_FFDraw { ~CXFA_FFRectangle() override; // CXFA_FFWidget - void RenderWidget(CFX_Graphics* pGS, + void RenderWidget(CXFA_Graphics* pGS, CFX_Matrix* pMatrix, uint32_t dwStatus) override; }; |