From a0403d95bea3e3a3eaedf71a0d9c6d4e1316bd8c Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 7 Sep 2025 11:46:11 +0800 Subject: Use std::string in logger. --- include/cru/ui/controls/Control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/Control.h') diff --git a/include/cru/ui/controls/Control.h b/include/cru/ui/controls/Control.h index 790f4a3a..f6603bbc 100644 --- a/include/cru/ui/controls/Control.h +++ b/include/cru/ui/controls/Control.h @@ -23,7 +23,7 @@ class CRU_UI_API Control : public Object, public DeleteLaterImpl { friend class RootControl; - CRU_DEFINE_CLASS_LOG_TAG(u"Control") + CRU_DEFINE_CLASS_LOG_TAG("Control") protected: Control(); -- cgit v1.2.3