summaryrefslogtreecommitdiff
path: root/FL/Fl_Terminal.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
commitcdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch)
tree96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/Fl_Terminal.H
parentdb214d1145e46d527a46d1fc2519548d2c4d23f1 (diff)
wip
Diffstat (limited to 'FL/Fl_Terminal.H')
-rw-r--r--FL/Fl_Terminal.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Terminal.H b/FL/Fl_Terminal.H
index 97f2ca081..cfe98df26 100644
--- a/FL/Fl_Terminal.H
+++ b/FL/Fl_Terminal.H
@@ -1041,9 +1041,9 @@ private:
int handle_selection(int e);
public:
// FLTK: draw(), resize(), handle()
- void draw(void) override;
- void resize(int X,int Y,int W,int H) override;
- int handle(int e) override;
+ void draw(void);
+ void resize(int X,int Y,int W,int H);
+ int handle(int e);
const char* text(bool lines_below_cursor=false) const;
protected: