From e6dd695fc757b59571f67a278e4d88ad54cd36ae Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 15 Sep 2021 19:23:45 +0800 Subject: ... --- include/cru/osx/graphics/quartz/Painter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/osx/graphics/quartz/Painter.hpp') diff --git a/include/cru/osx/graphics/quartz/Painter.hpp b/include/cru/osx/graphics/quartz/Painter.hpp index 5dcc49dc..9a3df187 100644 --- a/include/cru/osx/graphics/quartz/Painter.hpp +++ b/include/cru/osx/graphics/quartz/Painter.hpp @@ -10,7 +10,7 @@ namespace cru::platform::graphics::osx::quartz { class QuartzCGContextPainter : public OsxQuartzResource, public virtual IPainter { public: - explicit QuartzCGContextPainter(IGraphFactory* graphics_factory, + explicit QuartzCGContextPainter(IGraphicsFactory* graphics_factory, CGContextRef cg_context) : OsxQuartzResource(graphics_factory), cg_context_(cg_context) {} -- cgit v1.2.3