diff options
Diffstat (limited to 'include/cru/ui/render/ScrollBar.h')
| -rw-r--r-- | include/cru/ui/render/ScrollBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/render/ScrollBar.h b/include/cru/ui/render/ScrollBar.h index 8c531489..50b21386 100644 --- a/include/cru/ui/render/ScrollBar.h +++ b/include/cru/ui/render/ScrollBar.h @@ -136,7 +136,7 @@ class CRU_UI_API ScrollBar : public Object { std::optional<ScrollBarAreaKind> mouse_hover_; std::optional<ScrollBarAreaKind> mouse_press_; - EventRevokerListGuard event_guard_; + EventHandlerRevokerListGuard event_guard_; Event<Scroll> scroll_attempt_event_; |
