diff options
Diffstat (limited to 'core/fxge/win32/win32_int.h')
-rw-r--r-- | core/fxge/win32/win32_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/win32/win32_int.h b/core/fxge/win32/win32_int.h index 34d307c2cd..b248522f0a 100644 --- a/core/fxge/win32/win32_int.h +++ b/core/fxge/win32/win32_int.h @@ -151,7 +151,7 @@ class CGdiDeviceDriver : public RenderDeviceDriverIface { uint32_t stroke_color, int fill_mode, int blend_type) override; - bool FillRectWithBlend(const FX_RECT* pRect, + bool FillRectWithBlend(const FX_RECT& rect, uint32_t fill_color, int blend_type) override; bool DrawCosmeticLine(const CFX_PointF& ptMoveTo, |