diff options
Diffstat (limited to 'core/fxge/win32/cfx_psrenderer.h')
-rw-r--r-- | core/fxge/win32/cfx_psrenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/win32/cfx_psrenderer.h b/core/fxge/win32/cfx_psrenderer.h index e54c2f8744..b5107d9ab1 100644 --- a/core/fxge/win32/cfx_psrenderer.h +++ b/core/fxge/win32/cfx_psrenderer.h @@ -65,7 +65,7 @@ class CFX_PSRenderer { uint32_t flags); bool DrawDIBits(const RetainPtr<CFX_DIBBase>& pBitmap, uint32_t color, - const CFX_Matrix* pMatrix, + const CFX_Matrix& matrix, uint32_t flags); bool DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, |