summaryrefslogtreecommitdiff
path: root/FL/Fl_Flex.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_Flex.H
parentdb214d1145e46d527a46d1fc2519548d2c4d23f1 (diff)
wip
Diffstat (limited to 'FL/Fl_Flex.H')
-rw-r--r--FL/Fl_Flex.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Flex.H b/FL/Fl_Flex.H
index adb798ea9..7f558d569 100644
--- a/FL/Fl_Flex.H
+++ b/FL/Fl_Flex.H
@@ -145,7 +145,7 @@ public:
virtual ~Fl_Flex();
virtual void end();
- void resize(int x, int y, int w, int h) override;
+ void resize(int x, int y, int w, int h);
/**
Set the horizontal or vertical size of a child widget.
@@ -168,8 +168,8 @@ protected:
virtual int alloc_size(int size) const;
- void on_remove(int) override;
- void draw() override;
+ void on_remove(int);
+ void draw();
public: