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_Check_Browser.H | |
| parent | db214d1145e46d527a46d1fc2519548d2c4d23f1 (diff) | |
wip
Diffstat (limited to 'FL/Fl_Check_Browser.H')
| -rw-r--r-- | FL/Fl_Check_Browser.H | 6 |
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 |
