summaryrefslogtreecommitdiff
path: root/LibGUI/GAbstractButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GAbstractButton.h')
-rw-r--r--LibGUI/GAbstractButton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/GAbstractButton.h b/LibGUI/GAbstractButton.h
index 75627e5e0e..fdbb6a7a8c 100644
--- a/LibGUI/GAbstractButton.h
+++ b/LibGUI/GAbstractButton.h
@@ -37,6 +37,7 @@ protected:
virtual void keydown_event(GKeyEvent&) override;
virtual void enter_event(CEvent&) override;
virtual void leave_event(CEvent&) override;
+ virtual void change_event(GEvent&) override;
void paint_text(GPainter&, const Rect&, const Font&, TextAlignment);