From 5edaa008efabb1b97446bed2f6b542cf01eb3c70 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 5 Dec 2025 20:33:50 +0800 Subject: Remove CRU_DEFINE_CLASS_LOG_TAG. --- include/cru/platform/graphics/quartz/Painter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/cru/platform/graphics/quartz/Painter.h') diff --git a/include/cru/platform/graphics/quartz/Painter.h b/include/cru/platform/graphics/quartz/Painter.h index 7e86222d..591e0c4b 100644 --- a/include/cru/platform/graphics/quartz/Painter.h +++ b/include/cru/platform/graphics/quartz/Painter.h @@ -9,7 +9,8 @@ namespace cru::platform::graphics::quartz { class QuartzCGContextPainter : public OsxQuartzResource, public virtual IPainter { - CRU_DEFINE_CLASS_LOG_TAG("QuartzCGContextPainter") + private: + constexpr static auto kLogTag = "QuartzCGContextPainter"; public: explicit QuartzCGContextPainter( -- cgit v1.2.3