summaryrefslogtreecommitdiff
path: root/FL/glut.H
diff options
context:
space:
mode:
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];