diff options
Diffstat (limited to 'FL/Fl_Choice.H')
| -rw-r--r-- | FL/Fl_Choice.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H index 2434a9ac3..522f0ea25 100644 --- a/FL/Fl_Choice.H +++ b/FL/Fl_Choice.H @@ -107,9 +107,9 @@ */ class FL_EXPORT Fl_Choice : public Fl_Menu_ { protected: - void draw() FL_OVERRIDE; + void draw() override; public: - int handle(int) FL_OVERRIDE; + int handle(int) override; Fl_Choice(int X, int Y, int W, int H, const char *L = 0); |
