summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/RectangleTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/PixelPaint/RectangleTool.h')
-rw-r--r--Userland/Applications/PixelPaint/RectangleTool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/PixelPaint/RectangleTool.h b/Userland/Applications/PixelPaint/RectangleTool.h
index c74ceed66e..2cd7820f6c 100644
--- a/Userland/Applications/PixelPaint/RectangleTool.h
+++ b/Userland/Applications/PixelPaint/RectangleTool.h
@@ -38,7 +38,7 @@ private:
FromCorner,
};
- void draw_using(GUI::Painter&, Gfx::IntPoint const& start_position, Gfx::IntPoint const& end_position);
+ void draw_using(GUI::Painter&, Gfx::IntPoint const& start_position, Gfx::IntPoint const& end_position, int thickness);
RefPtr<GUI::Widget> m_properties_widget;
GUI::MouseButton m_drawing_button { GUI::MouseButton::None };