summaryrefslogtreecommitdiff
path: root/FL/Fl_Check_Browser.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_Check_Browser.H
parentdb214d1145e46d527a46d1fc2519548d2c4d23f1 (diff)
wip
Diffstat (limited to 'FL/Fl_Check_Browser.H')
-rw-r--r--FL/Fl_Check_Browser.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Check_Browser.H b/FL/Fl_Check_Browser.H
index 63eb55dc1..cf01be626 100644
--- a/FL/Fl_Check_Browser.H
+++ b/FL/Fl_Check_Browser.H
@@ -37,14 +37,14 @@ protected:
int item_height(void *) const override;
int item_width(void *) const override;
void item_draw(void *, int, int, int, int) const override;
- void item_select(void *, int) override;
+ void item_select(void *, int);
int item_selected(void *) const override;
const char *item_text(void *item) const override;
public:
void *item_at(int index) const override;
void item_swap(int ia, int ib);
- void item_swap(void *a, void *b) override;
+ void item_swap(void *a, void *b);
/* private data */
@@ -104,7 +104,7 @@ public:
char *text(int item) const; // returns pointer to internal buffer
protected:
- int handle(int) override;
+ int handle(int);
};
#endif // Fl_Check_Browser_H