diff --git a/Userland/Libraries/LibGUI/Button.h b/Userland/Libraries/LibGUI/Button.h index eedb99604c..26d1588ed8 100644 --- a/Userland/Libraries/LibGUI/Button.h +++ b/Userland/Libraries/LibGUI/Button.h @@ -28,7 +28,7 @@ public: Gfx::TextAlignment text_alignment() const { return m_text_alignment; } Function on_click; - Function on_context_menu_request; + Function on_context_menu_request; void set_button_style(Gfx::ButtonStyle style) { m_button_style = style; } Gfx::ButtonStyle button_style() const { return m_button_style; }