diff options
Diffstat (limited to 'src/osx/graphics/quartz/TextLayout.cpp')
-rw-r--r-- | src/osx/graphics/quartz/TextLayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <limits> namespace cru::platform::graphics::osx::quartz { -OsxCTTextLayout::OsxCTTextLayout(IGraphFactory* graphics_factory, +OsxCTTextLayout::OsxCTTextLayout(IGraphicsFactory* graphics_factory, std::shared_ptr<OsxCTFont> font, const String& str) : OsxQuartzResource(graphics_factory), |