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 522f0ea25..26acbba72 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() override; + void draw(); public: - int handle(int) override; + int handle(int); Fl_Choice(int X, int Y, int W, int H, const char *L = 0); |
