diff options
Diffstat (limited to 'FL/glut.H')
| -rw-r--r-- | FL/glut.H | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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]; |
