aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/helper/ShortcutHub.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/helper/ShortcutHub.h')
-rw-r--r--include/cru/ui/helper/ShortcutHub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/helper/ShortcutHub.h b/include/cru/ui/helper/ShortcutHub.h
index d2c9952b..1b600c48 100644
--- a/include/cru/ui/helper/ShortcutHub.h
+++ b/include/cru/ui/helper/ShortcutHub.h
@@ -131,6 +131,6 @@ class CRU_UI_API ShortcutHub : public Object {
Event<events::KeyEventArgs&> fallback_event_;
- EventRevokerListGuard event_guard_;
+ EventHandlerRevokerListGuard event_guard_;
};
} // namespace cru::ui::helper