aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/graphics/quartz/Geometry.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-09-15 19:23:45 +0800
committercrupest <crupest@outlook.com>2021-09-15 19:23:45 +0800
commite6dd695fc757b59571f67a278e4d88ad54cd36ae (patch)
tree0b95ec353d34ecbf82adb717f786bdbd07d9abda /include/cru/osx/graphics/quartz/Geometry.hpp
parentcb981f5a337f3a8fc9d450b891c358c2b8dc29d3 (diff)
downloadcru-e6dd695fc757b59571f67a278e4d88ad54cd36ae.tar.gz
cru-e6dd695fc757b59571f67a278e4d88ad54cd36ae.tar.bz2
cru-e6dd695fc757b59571f67a278e4d88ad54cd36ae.zip
...
Diffstat (limited to 'include/cru/osx/graphics/quartz/Geometry.hpp')
-rw-r--r--include/cru/osx/graphics/quartz/Geometry.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/osx/graphics/quartz/Geometry.hpp b/include/cru/osx/graphics/quartz/Geometry.hpp
index 0c8f840f..565c5b86 100644
--- a/include/cru/osx/graphics/quartz/Geometry.hpp
+++ b/include/cru/osx/graphics/quartz/Geometry.hpp
@@ -9,7 +9,7 @@
namespace cru::platform::graphics::osx::quartz {
class QuartzGeometry : public OsxQuartzResource, public virtual IGeometry {
public:
- QuartzGeometry(IGraphFactory *graphics_factory, CGPathRef cg_path);
+ QuartzGeometry(IGraphicsFactory *graphics_factory, CGPathRef cg_path);
CRU_DELETE_COPY(QuartzGeometry)
CRU_DELETE_MOVE(QuartzGeometry)
@@ -27,7 +27,7 @@ class QuartzGeometry : public OsxQuartzResource, public virtual IGeometry {
class QuartzGeometryBuilder : public OsxQuartzResource,
public virtual IGeometryBuilder {
public:
- explicit QuartzGeometryBuilder(IGraphFactory *graphics_factory);
+ explicit QuartzGeometryBuilder(IGraphicsFactory *graphics_factory);
CRU_DELETE_COPY(QuartzGeometryBuilder)
CRU_DELETE_MOVE(QuartzGeometryBuilder)