diff options
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannothandler.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_baannothandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_baannothandler.h b/fpdfsdk/cpdfsdk_baannothandler.h index 53c06f1557..5adabc2b48 100644 --- a/fpdfsdk/cpdfsdk_baannothandler.h +++ b/fpdfsdk/cpdfsdk_baannothandler.h @@ -49,7 +49,7 @@ class CPDFSDK_BAAnnotHandler final : public IPDFSDK_AnnotHandler { void OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, - CFX_Matrix* pUser2Device, + const CFX_Matrix& mtUser2Device, bool bDrawAnnots) override; void OnLoad(CPDFSDK_Annot* pAnnot) override; |