summaryrefslogtreecommitdiff
path: root/FL/glut.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
commitcdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch)
tree96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/glut.H
parentdb214d1145e46d527a46d1fc2519548d2c4d23f1 (diff)
wip
Diffstat (limited to 'FL/glut.H')
-rw-r--r--FL/glut.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 435059510..90282aa3a 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -54,9 +54,9 @@ class FL_EXPORT Fl_Glut_Window : public Fl_Gl_Window {
void _init();
int mouse_down;
protected:
- void draw() override;
- void draw_overlay() override;
- int handle(int) override;
+ void draw();
+ void draw_overlay();
+ int handle(int);
public: // so the inline functions work
int number;
int menu[3];