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_Light_Button.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Light_Button.H') diff --git a/FL/Fl_Light_Button.H b/FL/Fl_Light_Button.H index fb914b9ce..4eaa5c05e 100644 --- a/FL/Fl_Light_Button.H +++ b/FL/Fl_Light_Button.H @@ -35,9 +35,9 @@ */ class FL_EXPORT Fl_Light_Button : public Fl_Button { protected: - void draw() override; + void draw(); public: - int handle(int) override; + int handle(int); Fl_Light_Button(int x,int y,int w,int h,const char *l = 0); }; -- cgit v1.2.3