diff options
Diffstat (limited to 'core/fxge/cfx_font.h')
-rw-r--r-- | core/fxge/cfx_font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/cfx_font.h b/core/fxge/cfx_font.h index 1d17714b46..7ef8ed7fa8 100644 --- a/core/fxge/cfx_font.h +++ b/core/fxge/cfx_font.h @@ -51,7 +51,7 @@ class CFX_Font { const CFX_GlyphBitmap* LoadGlyphBitmap(uint32_t glyph_index, bool bFontStyle, - const CFX_Matrix* pMatrix, + const CFX_Matrix& matrix, uint32_t dest_width, int anti_alias, int& text_flags) const; |