From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- FL/Fl_Gl_Window.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Gl_Window.H') diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 03ba20c9a..2f1262f70 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -215,7 +215,7 @@ public: // Note: Doxygen docs in Fl_Widget.H to avoid redundancy. Fl_Gl_Window* as_gl_window() { return this; } - Fl_Gl_Window const* as_gl_window() const override { return this; } + Fl_Gl_Window const* as_gl_window() const { return this; } float pixels_per_unit(); /** Gives the window width in OpenGL pixels. -- cgit v1.2.3