aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/graphics/quartz/Brush.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/osx/graphics/quartz/Brush.hpp')
-rw-r--r--include/cru/osx/graphics/quartz/Brush.hpp4
1 files changed, 2 insertions, 2 deletions
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)