From 65c799c5339ba37bea2217b168e96b15aceaef85 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 23:08:53 +0800 Subject: ... --- src/osx/graphics/quartz/Painter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/osx/graphics/quartz/Painter.cpp b/src/osx/graphics/quartz/Painter.cpp index 798e1256..9750d6a5 100644 --- a/src/osx/graphics/quartz/Painter.cpp +++ b/src/osx/graphics/quartz/Painter.cpp @@ -109,7 +109,7 @@ void QuartzCGContextPainter::StrokeEllipse(const Rect& outline_rect, } void QuartzCGContextPainter::FillEllipse(const Rect& outline_rect, - IBrush* brush, float width) { + IBrush* brush) { Validate(); QuartzBrush* b = CheckPlatform(brush, GetPlatformId()); -- cgit v1.2.3