aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics/quartz/Image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/graphics/quartz/Image.cpp')
-rw-r--r--src/platform/graphics/quartz/Image.cpp2
1 files changed, 1 insertions, 1 deletions
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<IPainter> 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_);