diff options
Diffstat (limited to 'FL/Fl_Free.H')
| -rw-r--r-- | FL/Fl_Free.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Free.H b/FL/Fl_Free.H index 138a21370..bee95d7ac 100644 --- a/FL/Fl_Free.H +++ b/FL/Fl_Free.H @@ -56,9 +56,9 @@ class FL_EXPORT Fl_Free : public Fl_Widget { FL_HANDLEPTR hfunc; static void step(void *); protected: - void draw() FL_OVERRIDE; + void draw() override; public: - int handle(int e) FL_OVERRIDE; + int handle(int e) override; Fl_Free(uchar t,int X,int Y,int W,int H,const char *L,FL_HANDLEPTR hdl); ~Fl_Free(); }; |
