From e6dd695fc757b59571f67a278e4d88ad54cd36ae Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 15 Sep 2021 19:23:45 +0800 Subject: ... --- src/osx/graphics/quartz/TextLayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osx/graphics/quartz/TextLayout.cpp') diff --git a/src/osx/graphics/quartz/TextLayout.cpp b/src/osx/graphics/quartz/TextLayout.cpp index 19fbf57c..d6a19264 100644 --- a/src/osx/graphics/quartz/TextLayout.cpp +++ b/src/osx/graphics/quartz/TextLayout.cpp @@ -7,7 +7,7 @@ #include namespace cru::platform::graphics::osx::quartz { -OsxCTTextLayout::OsxCTTextLayout(IGraphFactory* graphics_factory, +OsxCTTextLayout::OsxCTTextLayout(IGraphicsFactory* graphics_factory, std::shared_ptr font, const String& str) : OsxQuartzResource(graphics_factory), -- cgit v1.2.3