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 966ce6be..d4ccd416 100644
--- a/src/platform/graphics/quartz/Image.cpp
+++ b/src/platform/graphics/quartz/Image.cpp
@@ -35,7 +35,7 @@ std::unique_ptr<IImage> QuartzImage::CreateWithRect(const Rect& rect) {
std::unique_ptr<IPainter> QuartzImage::CreatePainter() {
if (!buffer_)
throw Exception(
- u"Failed to create painter for image because failed to get its "
+ "Failed to create painter for image because failed to get its "
u"buffer.");
auto width = CGImageGetWidth(image_);