diff options
Diffstat (limited to 'src/osx')
-rw-r--r-- | src/osx/graphics/quartz/Painter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<QuartzBrush>(brush, GetPlatformId()); |