diff options
Diffstat (limited to 'FL/Fl_Scheme_Choice.H')
| -rw-r--r-- | FL/Fl_Scheme_Choice.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Scheme_Choice.H b/FL/Fl_Scheme_Choice.H index 7bcdd05bb..7a6a93612 100644 --- a/FL/Fl_Scheme_Choice.H +++ b/FL/Fl_Scheme_Choice.H @@ -28,7 +28,7 @@ protected: public: Fl_Scheme_Choice(int X, int Y, int W, int H, const char *L = 0); - int handle(int event) override; + int handle(int event); // set the current value according to the active scheme virtual void init_value(); |
