summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Scrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/Scrollbar.h')
-rw-r--r--Userland/Libraries/LibGUI/Scrollbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Userland/Libraries/LibGUI/Scrollbar.h b/Userland/Libraries/LibGUI/Scrollbar.h
index 0f6115055c..51aa86aea2 100644
--- a/Userland/Libraries/LibGUI/Scrollbar.h
+++ b/Userland/Libraries/LibGUI/Scrollbar.h
@@ -79,10 +79,10 @@ private:
void on_automatic_scrolling_timer_fired();
void set_automatic_scrolling_active(bool, Component);
- void scroll_to_position(const Gfx::IntPoint&);
- void scroll_by_page(const Gfx::IntPoint&);
+ void scroll_to_position(Gfx::IntPoint const&);
+ void scroll_by_page(Gfx::IntPoint const&);
- Component component_at_position(const Gfx::IntPoint&);
+ Component component_at_position(Gfx::IntPoint const&);
void update_animated_scroll();