From cdf2832347b8fdf0389cd373c2ead0ac5d071037 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 16:24:45 +0500 Subject: wip --- FL/Fl_Shortcut_Button.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Shortcut_Button.H') diff --git a/FL/Fl_Shortcut_Button.H b/FL/Fl_Shortcut_Button.H index 2baa55f3a..055869858 100644 --- a/FL/Fl_Shortcut_Button.H +++ b/FL/Fl_Shortcut_Button.H @@ -27,8 +27,8 @@ private: protected: Fl_Shortcut shortcut_value; void do_end_hot_callback(); - int handle(int) override; - void draw() override; + int handle(int); + void draw(); public: Fl_Shortcut_Button(int X,int Y,int W,int H, const char* l = 0); void value(Fl_Shortcut shortcut); -- cgit v1.2.3