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/Brush.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/osx/graphics/quartz/Brush.hpp') diff --git a/include/cru/osx/graphics/quartz/Brush.hpp b/include/cru/osx/graphics/quartz/Brush.hpp index 1b5fd7e4..11f05292 100644 --- a/include/cru/osx/graphics/quartz/Brush.hpp +++ b/include/cru/osx/graphics/quartz/Brush.hpp @@ -11,7 +11,7 @@ namespace cru::platform::graphics::osx::quartz { class QuartzBrush : public OsxQuartzResource, public virtual IBrush { public: - QuartzBrush(IGraphFactory* graphics_factory) + QuartzBrush(IGraphicsFactory* graphics_factory) : OsxQuartzResource(graphics_factory) {} CRU_DELETE_COPY(QuartzBrush) CRU_DELETE_MOVE(QuartzBrush) @@ -24,7 +24,7 @@ class QuartzBrush : public OsxQuartzResource, public virtual IBrush { class QuartzSolidColorBrush : public QuartzBrush, public virtual ISolidColorBrush { public: - QuartzSolidColorBrush(IGraphFactory* graphics_factory, const Color& color); + QuartzSolidColorBrush(IGraphicsFactory* graphics_factory, const Color& color); CRU_DELETE_COPY(QuartzSolidColorBrush) CRU_DELETE_MOVE(QuartzSolidColorBrush) -- cgit v1.2.3