summaryrefslogtreecommitdiff
path: root/FL/Fl_Help_View.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Help_View.H')
-rw-r--r--FL/Fl_Help_View.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H
index f671c11db..079b6ef83 100644
--- a/FL/Fl_Help_View.H
+++ b/FL/Fl_Help_View.H
@@ -128,7 +128,7 @@ protected:
// Widget management
- void draw() override;
+ void draw();
public:
@@ -137,10 +137,10 @@ public:
// Widget management
Fl_Help_View(int xx, int yy, int ww, int hh, const char *l = 0);
- ~Fl_Help_View() override;
+ ~Fl_Help_View();
- int handle(int) override;
- void resize(int,int,int,int) override;
+ int handle(int);
+ void resize(int,int,int,int);
void size(int W, int H) { Fl_Widget::size(W, H); }
// HTML source and raw data