diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
| commit | cdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch) | |
| tree | 96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/Fl_Help_View.H | |
| parent | db214d1145e46d527a46d1fc2519548d2c4d23f1 (diff) | |
wip
Diffstat (limited to 'FL/Fl_Help_View.H')
| -rw-r--r-- | FL/Fl_Help_View.H | 8 |
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 |
