From 6315e654ce0be2d2cc148e9ff80f611ac1176348 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Thu, 6 Nov 2025 17:27:10 +0800 Subject: Refactor Event. --- include/cru/ui/host/WindowHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/host') diff --git a/include/cru/ui/host/WindowHost.h b/include/cru/ui/host/WindowHost.h index 6e7a0f2e..889665d5 100644 --- a/include/cru/ui/host/WindowHost.h +++ b/include/cru/ui/host/WindowHost.h @@ -156,7 +156,7 @@ class CRU_UI_API WindowHost : public Object, public SelfResolvable { Event after_layout_event_; std::vector > after_layout_stable_action_; - std::vector event_revoker_guards_; + std::vector event_revoker_guards_; controls::Control* mouse_hover_control_ = nullptr; -- cgit v1.2.3