aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/host/WindowHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/host/WindowHost.h')
-rw-r--r--include/cru/ui/host/WindowHost.h2
1 files changed, 1 insertions, 1 deletions
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<WindowHost> {
Event<AfterLayoutEventArgs> after_layout_event_;
std::vector<std::function<void()> > after_layout_stable_action_;
- std::vector<EventRevokerGuard> event_revoker_guards_;
+ std::vector<EventHandlerRevokerGuard> event_revoker_guards_;
controls::Control* mouse_hover_control_ = nullptr;