From ced1a63686e6c64cb574d74a34d1bbd07d0a668e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 21 Feb 2022 18:44:40 +0800 Subject: ... --- include/cru/ui/host/WindowHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/host/WindowHost.h') diff --git a/include/cru/ui/host/WindowHost.h b/include/cru/ui/host/WindowHost.h index 9fe46ac0..b1d0c998 100644 --- a/include/cru/ui/host/WindowHost.h +++ b/include/cru/ui/host/WindowHost.h @@ -19,7 +19,7 @@ struct AfterLayoutEventArgs {}; // The bridge between control tree and native window. class CRU_UI_API WindowHost : public Object { friend controls::Control; - CRU_DEFINE_CLASS_LOG_TAG(u"cru::ui::host::WindowHost") + CRU_DEFINE_CLASS_LOG_TAG(u"WindowHost") public: explicit WindowHost(controls::Control* root_control); -- cgit v1.2.3