From 9575eb0a1ffa8150f70f88b5f6b55f342c3c0088 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:41:26 +0500 Subject: wip --- fluid/widgets/App_Menu_Bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/widgets/App_Menu_Bar.h') diff --git a/fluid/widgets/App_Menu_Bar.h b/fluid/widgets/App_Menu_Bar.h index bda77031f..d9547c38f 100644 --- a/fluid/widgets/App_Menu_Bar.h +++ b/fluid/widgets/App_Menu_Bar.h @@ -32,7 +32,7 @@ namespace widget { class App_Menu_Bar : public Fl_Menu_Bar { public: App_Menu_Bar(int X, int Y, int W, int H, const char *L = 0); - int handle(int event) override; + int handle(int event); }; } // namespace widget -- cgit v1.2.3