From 728d592f4075ae78b67dab6911ada05875a470a3 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 17 Oct 2025 21:50:24 +0800 Subject: Fix macOS build. --- src/platform/graphics/quartz/Image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/graphics/quartz/Image.cpp') diff --git a/src/platform/graphics/quartz/Image.cpp b/src/platform/graphics/quartz/Image.cpp index d4ccd416..a6c7c65b 100644 --- a/src/platform/graphics/quartz/Image.cpp +++ b/src/platform/graphics/quartz/Image.cpp @@ -36,7 +36,7 @@ std::unique_ptr QuartzImage::CreatePainter() { if (!buffer_) throw Exception( "Failed to create painter for image because failed to get its " - u"buffer."); + "buffer."); auto width = CGImageGetWidth(image_); auto height = CGImageGetHeight(image_); -- cgit v1.2.3