diff options
Diffstat (limited to 'FL/Fl_Roller.H')
| -rw-r--r-- | FL/Fl_Roller.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Roller.H b/FL/Fl_Roller.H index 03ec835ac..5f3c61d10 100644 --- a/FL/Fl_Roller.H +++ b/FL/Fl_Roller.H @@ -37,9 +37,9 @@ */ class FL_EXPORT Fl_Roller : public Fl_Valuator { protected: - void draw() override; + void draw(); public: - int handle(int) override; + int handle(int); Fl_Roller(int X,int Y,int W,int H,const char* L=0); }; |
