From 3cf5a302fd2225b8d2622eb40e91262f4e7557c1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 8 Jul 2025 14:59:37 +0200 Subject: Replace 'FL_OVERRIDE' with 'override' in public headers ... except FL/fl_attr.h where FL_OVERRIDE is #define'd --- FL/Fl_Check_Browser.H | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'FL/Fl_Check_Browser.H') diff --git a/FL/Fl_Check_Browser.H b/FL/Fl_Check_Browser.H index 50a719f7a..63eb55dc1 100644 --- a/FL/Fl_Check_Browser.H +++ b/FL/Fl_Check_Browser.H @@ -31,20 +31,20 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ { protected: /* required routines for Fl_Browser_ subclass: */ - void *item_first() const FL_OVERRIDE; - void *item_next(void *) const FL_OVERRIDE; - void *item_prev(void *) const FL_OVERRIDE; - int item_height(void *) const FL_OVERRIDE; - int item_width(void *) const FL_OVERRIDE; - void item_draw(void *, int, int, int, int) const FL_OVERRIDE; - void item_select(void *, int) FL_OVERRIDE; - int item_selected(void *) const FL_OVERRIDE; - const char *item_text(void *item) const FL_OVERRIDE; + void *item_first() const override; + void *item_next(void *) const override; + void *item_prev(void *) const override; + 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; + int item_selected(void *) const override; + const char *item_text(void *item) const override; public: - void *item_at(int index) const FL_OVERRIDE; + void *item_at(int index) const override; void item_swap(int ia, int ib); - void item_swap(void *a, void *b) FL_OVERRIDE; + void item_swap(void *a, void *b) override; /* private data */ @@ -104,7 +104,7 @@ public: char *text(int item) const; // returns pointer to internal buffer protected: - int handle(int) FL_OVERRIDE; + int handle(int) override; }; #endif // Fl_Check_Browser_H -- cgit v1.2.3