summaryrefslogtreecommitdiff
path: root/core/fxge/dib/cfx_dibbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/dib/cfx_dibbase.h')
-rw-r--r--core/fxge/dib/cfx_dibbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/dib/cfx_dibbase.h b/core/fxge/dib/cfx_dibbase.h
index ef35fc86e7..81b0691563 100644
--- a/core/fxge/dib/cfx_dibbase.h
+++ b/core/fxge/dib/cfx_dibbase.h
@@ -82,7 +82,7 @@ class CFX_DIBBase : public Retainable {
int dest_height,
uint32_t flags,
const FX_RECT* pClip);
- RetainPtr<CFX_DIBitmap> TransformTo(const CFX_Matrix* pMatrix,
+ RetainPtr<CFX_DIBitmap> TransformTo(const CFX_Matrix& mtDest,
int* left,
int* top);
RetainPtr<CFX_DIBitmap> SwapXY(bool bXFlip, bool bYFlip) const;