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/Font.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/osx/graphics/quartz/Font.hpp') diff --git a/include/cru/osx/graphics/quartz/Font.hpp b/include/cru/osx/graphics/quartz/Font.hpp index 618c4c48..75eeff60 100644 --- a/include/cru/osx/graphics/quartz/Font.hpp +++ b/include/cru/osx/graphics/quartz/Font.hpp @@ -8,7 +8,7 @@ namespace cru::platform::graphics::osx::quartz { class OsxCTFont : public OsxQuartzResource, public virtual IFont { public: - OsxCTFont(IGraphFactory* graphics_factory, const String& name, float size); + OsxCTFont(IGraphicsFactory* graphics_factory, const String& name, float size); CRU_DELETE_COPY(OsxCTFont) CRU_DELETE_MOVE(OsxCTFont) -- cgit v1.2.3