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_Input_.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Input_.H') diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H index 80d3869dc..81d1baf6a 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -224,7 +224,7 @@ protected: public: /* Change the size of the widget. */ - void resize(int, int, int, int) override; + void resize(int, int, int, int); /* Constructor */ Fl_Input_(int, int, int, int, const char* = 0); -- cgit v1.2.3