diff options
Diffstat (limited to 'FL/Fl_Gl_Window.H')
| -rw-r--r-- | FL/Fl_Gl_Window.H | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
