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_Value_Output.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Value_Output.H') diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index 1d1984da0..c78383286 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -43,10 +43,10 @@ class FL_EXPORT Fl_Value_Output : public Fl_Valuator { Fl_Color textcolor_; protected: - void draw() override; + void draw(); public: - int handle(int) override; + int handle(int); Fl_Value_Output(int x,int y,int w,int h,const char *l=0); /** -- cgit v1.2.3