aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/events/RoutedEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/events/RoutedEvent.h')
-rw-r--r--include/cru/ui/events/RoutedEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/events/RoutedEvent.h b/include/cru/ui/events/RoutedEvent.h
index a01839a6..9a07e1e9 100644
--- a/include/cru/ui/events/RoutedEvent.h
+++ b/include/cru/ui/events/RoutedEvent.h
@@ -16,7 +16,7 @@ class CRU_UI_API RoutedEvent {
using RawEventArgs = TEventArgs;
using IEventType = IEvent<TEventArgs&>;
- using EventArgs = typename IEventType::EventArgs;
+ using EventArgs = typename IEventType::Args;
RoutedEvent() = default;
RoutedEvent(const RoutedEvent& other) = delete;