| Index: core/src/fxge/win32/fx_win32_dwrite.cpp
 | 
| diff --git a/core/src/fxge/win32/fx_win32_dwrite.cpp b/core/src/fxge/win32/fx_win32_dwrite.cpp
 | 
| index 0d533436b5cbc45b3cf8b45397b5f875ad9e7bcb..ab50f3cf38cab4811f2aec0723c69654640509ce 100644
 | 
| --- a/core/src/fxge/win32/fx_win32_dwrite.cpp
 | 
| +++ b/core/src/fxge/win32/fx_win32_dwrite.cpp
 | 
| @@ -206,7 +206,7 @@ failed:
 | 
|  FX_BOOL CDWriteExt::DwRendingString(void* renderTarget,
 | 
|                                      CFX_ClipRgn* pClipRgn,
 | 
|                                      FX_RECT& stringRect,
 | 
| -                                    CFX_AffineMatrix* pMatrix,
 | 
| +                                    CFX_Matrix* pMatrix,
 | 
|                                      void* font,
 | 
|                                      FX_FLOAT font_size,
 | 
|                                      FX_ARGB text_color,
 | 
| 
 |